ColorConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Determines if this object supports a standard set of values that can be chosen from a list.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A TypeDescriptor through which additional context can be provided.
Return Value
Type: System::Booleantrue if GetStandardValues must be called to find a common set of values the object supports; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: