System.Windows.Forms.ImageKeyConverter.ConvertTo Method

Converts the given object to the specified type.

Syntax

public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext 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.
culture
A System.Globalization.CultureInfo that provides locale information.
value
The object to convert, typically an image key.
destinationType
The type to convert the object to.

Returns

An object that represents the converted value.

Remarks

Documentation for this section has not yet been entered.

Requirements

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