Adding comment to a custom property in the designer

jjjamie

Active member
Joined
Aug 30, 2002
Messages
34
Location
England
Does anyone know how to add a comment to a custom property in the designer so that when you select it, a description tells you how to use it?
 
You can attach a DescriptionAttribute class to the property to do this.
 
Back
Top