I know how to set a description for a property item in the PropertyGrid:
<CategoryAttribute("Appearance"), _
DefaultValueAttribute(ContentAlignment.MiddleCenter), _
DescriptionAttribute("Alignment Of Text In The Standalone Label")> _
But how would I add a description for the Appearance category?
Derek
VisualHint - 21 Jan 2008 14:34 GMT
Hello Derek,
In the Microsoft PropertyGrid, you can't set a description for a
category.
Best regards,
Nicolas Cadilhac @ VisualHint (http://www.visualhint.com)
Home of Smart PropertyGrid for .Net and MFC (http://www.visualhint.com/
index.php/propertygrid)
Microsoft PropertyGrid Resource List - http://www.propertygridresourcelist.com
Home of Smart FieldPackEditor.Net / DateTimePicker replacement (http://
www.visualhint.com/index.php/fieldpackeditor)
> I know how to set a description for a property item in thePropertyGrid:
>
[quoted text clipped - 5 lines]
>
> Derek