System.Windows.Forms.CursorConverter Members

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

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

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

Public Methods

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

Determines if this converter can convert an object in the given source type to the native type of the converter.

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

Gets a value indicating whether this converter can convert an object to the given destination type using the context.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object
Documentation for this section has not yet been entered.
override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object
Documentation for this section has not yet been entered.
override
GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection

Retrieves a collection containing a set of standard values for the data type this validator is designed for. This will return null if the data type does not support a standard set of values.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Determines if this object supports a standard set of values that can be picked from a list.