OH... BTW, I just have really simple properties like->
[Category("General")]
public string ProjectID {get {return _projectid;} set {_projectid =
value;}}
Just trying to give a description of the property items (ProjectID).
Thanks,
Frank
>How can I create a comment/documentation for the property at the bottom of
>the design time propertygrid?
>
>Thanks,
>
>Frank
Frank Hileman - 11 Nov 2006 13:11 GMT
Hi Frank,
[Description("The Project identifier.")]
Regards,
Frank Hileman
check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio graphics editor
> OH... BTW, I just have really simple properties like->
>
[quoted text clipped - 14 lines]
>>
>>Frank
frank - 11 Nov 2006 13:16 GMT
I think I got it ->
[Category("General"),Description("Input your porject ID")]
>OH... BTW, I just have really simple properties like->
>
[quoted text clipped - 14 lines]
>>
>>Frank