DataMemberConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a value indicating whether the converter supports a standard set of values that can be picked from a list.
Assembly: System.Design (in System.Design.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext object that can be used to gain additional context information.
Return Value
Type: System::Booleantrue if GetStandardValues should be called to find a common set of values the object supports; otherwise, false. This implementation always returns true.
.NET Framework
Available since 1.1
Available since 1.1
Show: