ImageIndexConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)
Determines if the list of standard values returned from the GetStandardValues method is an exclusive list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual bool GetStandardValuesExclusive( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A formatter context.
Return Value
Type: System::Booleantrue if the GetStandardValues method returns an exclusive list of valid values; otherwise, false. This implementation always returns false.
If the list returned by the GetStandardValues method is exclusive, then no other values are valid. This is typical of an enumerated data type. If the list is not exclusive, then there are other valid values besides the list of standard values that GetStandardValues provides.
As implemented in this type converter, this method always returns false.
Typically the GetStandardValuesSupported method is called to before an attempt is made to use the GetStandardValues and GetStandardValuesExclusive methods.
Available since 1.1