DekGenius.com
[ Team LiB ] Previous Section Next Section

ListBindingConverter

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

This class is a System.ComponentModel.TypeConverter for Binding objects. This is used to support designer and serialization scenarios, and you should not normally create an instance yourself. It is capable of conversion to an System.ComponentModel.Design.Serialization.InstanceDescriptor for serialization.

public class ListBindingConverter : System.ComponentModel.TypeConverter {
// Public Constructors
   public ListBindingConverter();
// Public Instance Methods
   public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, 
        Type destinationType);  // overrides System.ComponentModel.TypeConverter
   public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, 
        System.Globalization.CultureInfo culture, object value, 
        Type destinationType);  // overrides System.ComponentModel.TypeConverter
   public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, 
        System.Collections.IDictionary propertyValues);  // overrides System.ComponentModel.TypeConverter
   public override bool GetCreateInstanceSupported(
        System.ComponentModel.ITypeDescriptorContext context);  // overrides System.ComponentModel.TypeConverter
}

Hierarchy

System.Object System.ComponentModel.TypeConverter ListBindingConverter

    [ Team LiB ] Previous Section Next Section