BooleanConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)
Gets a value indicating whether the list of standard values returned from the GetStandardValues method is an exclusive list.
Assembly: System (in System.dll)
public: virtual bool GetStandardValuesExclusive( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
Return Value
Type: System::Booleantrue because the TypeConverter::StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values. This method never returns false.
The Boolean data type has only two standard values, true and false. The TypeConverter::StandardValuesCollection returned from this method has all possible values. Therefore, this method always returns true.
Available since 1.1