System.Windows.Forms.ImageIndexConverter Class

Provides a type converter to convert data for an image index to and from a string.

See Also: ImageIndexConverter Members

Syntax

public class ImageIndexConverter : System.ComponentModel.Int32Converter

Remarks

The System.Windows.Forms.ImageIndexConverter class is used to convert index values of an System.Windows.Forms.ImageList to and from other data types, typically string. For more information about type converters, see the System.ComponentModel.TypeConverter base class and [<topic://cpconImplementingTypeConverter>].

Note:

Typically, you do not directly create an instance of an System.Windows.Forms.ImageIndexConverter. 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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0