ColorConverter::GetStandardValues Method (ITypeDescriptorContext^)
Retrieves a collection containing a set of standard values for the data type for which this validator is designed. This will return null if the data type does not support a standard set of values.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A formatter context. Use this object to extract additional information about the environment from which this converter is being invoked. Always check whether this value is null. Also, properties on the context object may return null.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A collection containing null or a standard set of valid values. The default implementation always returns null.
Available since 1.1