User1175727208 posted
Hi all,
I've a user control that contains 3 properties. I want to provide a description to these properties, so that the user knows what the property does. I have tried the following code:
[
Browsable(true),
Category("Data"),
Description("Get or Set the connection string for connecting to database.")
]
The two tags are working except the description, the property is displayed in the property window, it's coming under the "Data" category, but i'm not getting the description.
Kindly provide me a solution for the above problem. Is it that description work only for custom controls and not for user controls??
Thanks and Regards[^o)]