G
Guest
Hey Gang,
I'm writing my first custom component and am trying to add the text that
describes the custom properties. I'm talking about the text that displays in
the property inspector (design time) when you highlight a property, in the
bottom box that describes what it is for.
I've tried:
/// <value>This is my property</value>
/*This is my property*/
/**This is my property*/
//This is my property
Thanks for the help!
(e-mail address removed)
I'm writing my first custom component and am trying to add the text that
describes the custom properties. I'm talking about the text that displays in
the property inspector (design time) when you highlight a property, in the
bottom box that describes what it is for.
I've tried:
/// <value>This is my property</value>
/*This is my property*/
/**This is my property*/
//This is my property
Thanks for the help!
(e-mail address removed)