How to create simple boolean property for usercontrol, so, that it shows in IDE property page?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
You have answered your own question, actually. If you create a boolean property inside a user control and then add the user control into a form (should be visible in the designer mode), then you can see the property in the Property Page of VS.NET editor. There has to be more to life than just this