Provides a type converter to convert data for an image index to and from one data type to another for use by the System.Windows.Forms.TreeView control.
See Also: TreeViewImageIndexConverter Members
For more information about type converters, see the System.ComponentModel.TypeConverter base class and [<topic://cpconImplementingTypeConverter>].
Typically, you do not directly create an instance of a System.Windows.Forms.TreeViewImageIndexConverter. 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.