System.Windows.Forms
2.0.0.0
System.Windows.Forms.ImageKeyConverter
The class is used to convert key values of an image associated with a control to and from other data types. For more information about type converters, see the base class and How to: Implement a Type Converter.
Typically, you do not directly create an instance of an . Instead, call the method of the class. For more information, see the examples in the base class.
Provides a type converter to convert data for an image key to and from another data type.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class.
Method
2.0.0.0
System.Object
To be added.
Converts the specified object to an object of the specified type using the specified culture information and context.
An that represents the converted .
A that provides a format context, which can be used to extract additional information about the environment this type converter is being invoked from. This parameter or properties of this parameter can be null.
A that provides locale information.
The object to convert, typically an image key.
The type to convert the object to.