DataColumnSelectionConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)
.NET Framework (current version)
Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property.
Assembly: System.Design (in System.Design.dll)
public: virtual bool GetStandardValuesExclusive( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext implementation that can be used to gain additional context information.
Return Value
Type: System::Booleantrue if this converter returns a list containing all possible values that can be assigned to the associated control property; otherwise false.
The GetStandardValuesExclusive method for a DataColumnSelectionConverter instance returns false, indicating that the list returned by the GetStandardValues method is not an exclusive list of all possible assignable values.
.NET Framework
Available since 2.0
Available since 2.0
Show: