Skip to content
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

Open
KneXDD opened this issue Sep 9, 2022 · 7 comments
Open

How do I change the name of the pointer? #8

KneXDD opened this issue Sep 9, 2022 · 7 comments

Comments

@KneXDD
Copy link

KneXDD commented Sep 9, 2022

hh
Good day, I would like to change the name of this item but not very sure how to do it. Can you help?

@SmallAnts
Copy link
Owner

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), 
});

@KneXDD
Copy link
Author

KneXDD commented Sep 11, 2022

Thank you very much

@SmallAnts
Copy link
Owner

V1.4.0 has some bugs and can be updated to V1.4.2.

@496407151
Copy link

V1.4.0 has some bugs and can be updated to V1.4.2.

请问新版本更新那些东西?

@KneXDD
Copy link
Author

KneXDD commented Sep 27, 2022

is it possible to replace the code of the form using c # instead of XML?

@SmallAnts
Copy link
Owner

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.

@SmallAnts
Copy link
Owner

V1.4.0 has some bugs and can be updated to V1.4.2.

请问新版本更新那些东西?

源码已经提交至 https://github.com/SmallAnts/FormDesigner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants