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.

ColorConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

Determines if this object supports a standard set of values that can be chosen from a list.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A TypeDescriptor through which additional context can be provided.

Return Value

Type: System::Boolean

true if GetStandardValues must be called to find a common set of values the object supports; otherwise, false.

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