The following tables list the members exposed by CommandUIItem.CommandUIItemNameTypeConverter.
Name | Description | |
---|---|---|
CommandUIItem.CommandUIItemNameTypeConverter Constructor |
Name | Description | |
---|---|---|
CanConvertFrom | Overloaded. Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context. (Inherited from System.ComponentModel.StringConverter) | |
CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. (Inherited from System.ComponentModel.TypeConverter) | |
ConvertFrom | Overloaded. Converts the specified value object to a String object. (Inherited from System.ComponentModel.StringConverter) | |
ConvertFromInvariantString | Overloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter) | |
ConvertFromString | Overloaded. Converts the specified text to an object. (Inherited from System.ComponentModel.TypeConverter) | |
ConvertTo | Overloaded. Converts the given value object to the specified type, using the arguments. (Inherited from System.ComponentModel.TypeConverter) | |
ConvertToInvariantString | Overloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter) | |
ConvertToString | Overloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter) | |
CreateInstance | Overloaded. Re-creates an Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter) | |
GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (Inherited from System.ComponentModel.TypeConverter) | |
GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from System.ComponentModel.TypeConverter) | |
GetPropertiesSupported | Overloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter) | |
GetStandardValues | Overloaded. Overridden. Fill in the list of the InputValues for the BaseValueName. | |
GetStandardValuesExclusive | Overloaded. Overridden. Standart values are not exclusive - return false | |
GetStandardValuesSupported | Overloaded. Overridden. Standart values supported - return true | |
IsValid | Overloaded. Returns whether the given value object is valid for this type. (Inherited from System.ComponentModel.TypeConverter) |
Name | Description | |
---|---|---|
GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter) | |
GetConvertToException | Returns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter) | |
SortProperties | (Inherited from System.ComponentModel.TypeConverter) |