FontUnitConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
Returns whether the instance of the FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list, using the specified format context.
Assembly: System.Web (in System.Web.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An System.ComponentModel::ITypeDescriptorContext that provides information about the context of a type converter.
Use the GetStandardValuesSupported method to determine whether the instance of the FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list, using the specified format context. This method is overridden to always return true to indicate that this class supports a standard set of values that can be picked from a list.
Available since 1.1