ComponentConverter

ComponentConverter

System.ComponentModel (system.dll) class

This TypeConverter is used to transform to and from Component -derived classes in serialization and design-time scenarios. You would not normally call this class directly from your own code.

 public class  ComponentConverter  : ReferenceConverter {  // Public Constructors  public  ComponentConverter  (Type  type  );  // 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 ReferenceConverter ComponentConverter



. 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