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