ExpandableObjectConverter

ExpandableObjectConverter

System.ComponentModel (system.dll) class

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



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net