Custom Component Properties
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a Customize class that inherits a TreeView. This class has some extra properties, other than those from the TreeView. Is there a way to make this properties visible in the Properties box during design time?
Yes, you should insert: [Browsable(true), Description("..."), Category("Design"), DefaultValue("No Title")] public String OwnTitle { ... }
------------------------------ PROST Roleplaying Game War doesn't determine who's right. War determines who's left.