Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ImageIndexConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)

 

Determines if the list of standard values returned from the GetStandardValues method is an exclusive list.

Namespace:   System.Windows.Forms
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::Boolean

true 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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft