System.Windows.Forms.ImageKeyConverter Members

The members of System.Windows.Forms.ImageKeyConverter are listed below.

See Also: Inherited members from System.ComponentModel.StringConverter

Public Constructors

Initializes a new instance of the System.Windows.Forms.ImageKeyConverter class.

Protected Properties

[read-only]
IncludeNoneAsStandardValuebool.

Gets or sets a value indicating whether null is valid in the System.ComponentModel.TypeConverter.StandardValuesCollection collection.

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Returns whether this converter can convert an object of the given type to a string using the specified context.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Converts from the specified object to a string.

override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object

Converts the given object to the specified type.

override
GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection

Returns a collection of standard image keys for the image list associated with the specified context.

override
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool

Determines whether the list of standard values for the System.Windows.Forms.ImageKeyConverter is exclusive (that is, whether it allows values other than those returned by erload:System.Windows.Forms.ImageKeyConverter.GetStandardValues).

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Determines whether this type converter supports a standard set of values that can be picked from a list.