Group properties in custom control

Posted by Gunners98 on Stack Overflow See other posts from Stack Overflow or by Gunners98
Published on 2012-04-10T17:25:35Z Indexed on 2012/04/10 17:29 UTC
Read the original article Hit count: 189

Filed under:
|
|

I want to do a class that have properties like font, which will have other properties, such as name, size, unit,bold.I had tried a solution but it isn't working for me.(http://stackoverflow.com/questions/755391/group-properties-in-a-custom-control) Anyone can help? Any help will be appreciated.

<TypeConverter(GetType(ExpandableObjectConverter))> _
Class TestingClass
'Some property here
End Class 

© Stack Overflow or respective owner

Related posts about class

Related posts about properties