-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I change the name of the pointer? #8
Comments
I released Smart.FormDesigner version 1.4.0 on nuget. this.Toolbox.PointerItemText = "Pointer";
this.Toolbox.AddToolboxItems("公共控件", new Type[] {
typeof(Button),
typeof(CheckBox),
typeof(CheckedListBox),
typeof(ComboBox),
typeof(DateTimePicker),
typeof(Label),
}); |
Thank you very much |
V1.4.0 has some bugs and can be updated to V1.4.2. |
请问新版本更新那些东西? |
is it possible to replace the code of the form using c # instead of XML? |
This does not implement code, you can refer to https://learn.microsoft.com/en-us/archive/msdn-magazine/2006/march/create-and-host-custom-designers-with-t He-net-framework -2-0 Implements a form designer by itself. |
|
Good day, I would like to change the name of this item but not very sure how to do it. Can you help?
The text was updated successfully, but these errors were encountered: