Add a TypeConverter to your class type to tell the Property Browser it
should be expandable.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MyClass
{
}(from [email protected] on microsoft.public.dotnet.framework.windowsforms)
Add a TypeConverter to your class type to tell the Property Browser it
should be expandable.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MyClass
{
}(from [email protected] on microsoft.public.dotnet.framework.windowsforms)
Share with