BaseEnumStringConverter<T>.GetStandardValuesSupported Method
Include Protected Members
Include Inherited Members
Returns a value that indicates whether this object supports a standard set of values that can be picked from a list.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetStandardValuesSupported | Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from TypeConverter.) | |
GetStandardValuesSupported(ITypeDescriptorContext) | Returns a value that indicates whether this object supports a standard set of values that can be picked from a list by using the specified context. (Overrides TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext).) |
Top