KeysConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a value indicating whether this object supports a standard set of values that can be picked from a list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context, which can be used to extract additional information about the environment this converter is being invoked from. This parameter or properties of this parameter can be null.
The context parameter is not used in the standard implementation of this method.
.NET Framework
Available since 1.1
Available since 1.1
Show: