all groups > dotnet windows forms designtime > november 2006 >
You're in the

dotnet windows forms designtime

group:

How to create property description of propertygrid


How to create property description of propertygrid frank via DotNetMonster.com
11/11/2006 12:00:00 AM
dotnet windows forms designtime:
How can I create a comment/documentation for the property at the bottom of
the design time propertygrid?

Thanks,

Frank

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/winform-design-time/200611/1
Re: How to create property description of propertygrid Frank Hileman
11/11/2006 5:11:17 AM
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

[quoted text, click to view]

Re: How to create property description of propertygrid frank via DotNetMonster.com
11/11/2006 1:06:48 PM
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



[quoted text, click to view]

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/winform-design-time/200611/1
Re: How to create property description of propertygrid frank via DotNetMonster.com
11/11/2006 1:16:18 PM
I think I got it ->

[Category("General"),Description("Input your porject ID")]

[quoted text, click to view]

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/winform-design-time/200611/1
AddThis Social Bookmark Button