Live Chat Icon For mobile
Live Chat Icon

How do I make a class expandable within the property browser

Platform: WinForms| Category: Type Editors

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.