Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I make a class expandable within the property browser?

Add a TypeConverter attribute to your class type to tell the Property Browser it should be expandable.

[ TypeConverter( typeof( ExpandableObjectConverter ) ) ] 
public class MyClass { /* ... */ }

Shawn Burke, Microsoft



Page view counter