Provides a type converter to convert System.Windows.Forms.Binding objects to and from various other representations.
See Also: ListBindingConverter Members
The System.Windows.Forms.ListBindingConverter is used to evaluate and convert a property of an object into a System.Windows.Forms.Binding.
The System.ComponentModel.TypeConverterAttribute is applied to the System.Windows.Forms.Binding class with the type of the System.Windows.Forms.ListBindingConverter as an argument.
For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.
You should never create an instance of the System.Windows.Forms.ListBindingConverter class. Instead, call the System.ComponentModel.TypeDescriptor.GetConverter(object) method of System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.