FormDesigner.Demo
FormDesigner.Demo copied to clipboard
How do I change the name of the pointer?
Good day, I would like to change the name of this item but not very sure how to do it. Can you help?
I released Smart.FormDesigner version 1.4.0 on nuget. You can now set the PointerItemText property of the Toolbox to specify that Pointers display text.
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.
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.
V1.4.0 has some bugs and can be updated to V1.4.2.
请问新版本更新那些东西?
源码已经提交至 https://github.com/SmallAnts/FormDesigner