Name

AxHost.StateConverter

Synopsis

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

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.