windows control property
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a problem with properties when making a Windows control when i place the control on a form,properties of type string does not appear in the properties box. I used this syntex: public string Txt { get{//some code;} set{//some code;} } The Text property of the base class (UserControl) doesn't appear too. Also when I include a description for a property, the description doesn't appear: [ Description("Describe the property") ] I use the beta2 varsion of visual studio.. can any one help? :)