System.Windows.Forms
2.0.0.0
System.ComponentModel.StringConverter
The class is used to convert key values of an 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.Boolean
To be added.
Returns whether this converter can convert an object of the given type to a string using the specified context.
true to indicate the specified conversion can be performed; otherwise, false.
An that provides a format context.
A that specifies the type you want to convert from.
Method
2.0.0.0
System.Object
To be added.
Converts from the specified object to a string.
An that represents the converted value.
An that provides a format context.
A to provide locale information.
The to convert.
Method
2.0.0.0
System.Object
To be added.
Converts the given object to the specified type.
An that represents the converted .
An 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.
Method
2.0.0.0
System.ComponentModel.TypeConverter+StandardValuesCollection
If no image list is found, and the supports null as a standard value, the method returns a collection containing a single empty string. If no image list is found, and null is not supported as a standard value, returns an empty collection.
Returns a collection of standard image keys for the image list associated with the specified context.
A that contains the standard set of image key values.
An 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.
Method
2.0.0.0
System.Boolean
If the list returned by the method is exclusive, no other values are valid. This is typical of an enumerated data type. If the list is not exclusive, there are other valid values besides the list of standard values that provides.
As implemented in this type converter, this method always returns true.
Typically, you should call the method before you attempt to use the and methods.
Determines whether the list of standard values for the is exclusive (that is, whether it allows values other than those returned by ).
true to indicate the list does not allow additional values; otherwise, false. Always returns true.
An 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.
Method
2.0.0.0
System.Boolean
As implemented in the class, the method always returns true since supports a standard set of index values for images that can be picked from a list.
Determines whether this type converter supports a standard set of values that can be picked from a list.
true to indicate a list of standard values is supported; otherwise, false. Always returns true.
An 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.
Property
2.0.0.0
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether null is valid in the collection.