Name

ExpandableObjectConverter

Synopsis

This class represent a TypeConverter for expandable objects. While you would not normally call on this class from your own code, you can select it as your class’s TypeConverter to display contained types in the designer.


public class ExpandableObjectConverter : TypeConverter {

// Public Constructors

   public ExpandableObjectConverter();

// Public Instance Methods

   public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, 

        object value, Attribute[] attributes);  // overrides TypeConverter

   public override bool GetPropertiesSupported(ITypeDescriptorContext context);  // overrides TypeConverter

}

Hierarchy

System.Object TypeConverter ExpandableObjectConverter

Subclasses

System.Drawing.IconConverter, System.Drawing.Printing.MarginsConverter, System.Windows.Forms.ListViewItemConverter

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.