Version

Appearance.AppearanceCursorConverter Class Members

The following tables list the members exposed by Appearance.AppearanceCursorConverter.

Public Constructors
Public Methods
 NameDescription
Public MethodCanConvertFromOverloaded. Determines if this converter can convert an object in the given source type to the native type of the converter. (Inherited from System.Windows.Forms.CursorConverter)
Public MethodCanConvertToOverloaded. Gets a value indicating whether this converter can convert an object to the given destination type using the context. (Inherited from System.Windows.Forms.CursorConverter)
Public MethodConvertFromOverloaded. Overridden. Converts the given object to the type of this converter, using the specified context and culture information.  
Public MethodConvertFromInvariantStringOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodConvertFromStringOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodConvertToOverloaded. Converts the given value object to the specified type, using the specified context and culture information. (Inherited from System.Windows.Forms.CursorConverter)
Public MethodConvertToInvariantStringOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodConvertToStringOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodCreateInstanceOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodGetCreateInstanceSupportedOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodGetPropertiesOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodGetPropertiesSupportedOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodGetStandardValuesOverloaded. Retrieves a collection containing a set of standard values for the data type this validator is designed for. This will return a null reference (Nothing in Visual Basic) if the data type does not support a standard set of values. (Inherited from System.Windows.Forms.CursorConverter)
Public MethodGetStandardValuesExclusiveOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
Public MethodGetStandardValuesSupportedOverloaded. Determines if this object supports a standard set of values that can be picked from a list. (Inherited from System.Windows.Forms.CursorConverter)
Public MethodIsValidOverloaded.  (Inherited from System.ComponentModel.TypeConverter)
See Also