AxHost.StateConverter

AxHost.StateConverter

System. Windows .Forms (system. windows .forms.dll) class

This System.ComponentModel.TypeConverter is used in design-time and serialization scenarios to transform a State object to and from other types. You would not normally call this class from your own code.

 public class  AxHost.StateConverter  : System.ComponentModel.TypeConverter {  // Public Constructors  public  AxHost.StateConverter  ();  // Public Instance Methods  public override bool  CanConvertFrom  (System.ComponentModel.ITypeDescriptorContext  context  ,         Type  sourceType  );  // overrides System.ComponentModel.TypeConverter  public override bool  CanConvertTo  (System.ComponentModel.ITypeDescriptorContext  context  ,         Type  destinationType  );  // overrides System.ComponentModel.TypeConverter  public override object  ConvertFrom  (System.ComponentModel.ITypeDescriptorContext  context  ,         System.Globalization.CultureInfo  culture  , object  value  );  // overrides System.ComponentModel.TypeConverter  public override object  ConvertTo  (System.ComponentModel.ITypeDescriptorContext  context  ,         System.Globalization.CultureInfo  culture  , object  value  ,          Type  destinationType  );  // overrides System.ComponentModel.TypeConverter  } 

Hierarchy

System.Object System.ComponentModel.TypeConverter StateConverter



. 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