FontConverter::FontNameConverter::GetStandardValues Method (ITypeDescriptorContext^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Retrieves a collection containing a set of standard values for the data type this converter is designed for.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may return null.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A collection containing a standard set of valid values, or null. The default is null.
Available since 1.1