See Also: ImageKeyConverter Members
The System.Windows.Forms.ImageKeyConverter class is used to convert key values of an System.Windows.Forms.ImageList to and from other data types. For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.
Typically, you do not directly create an instance of an System.Windows.Forms.ImageKeyConverter. Instead, call the System.ComponentModel.TypeDescriptor.GetConverter(object) method of the System.ComponentModel.TypeDescriptor class. For more information, see the examples in the System.ComponentModel.TypeConverter base class.