CursorConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 
Use BaseTrue

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context may be provided.

Return Value

Type: System::Boolean

Returns true if GetStandardValues should be called to find a common set of values the object supports.

.NET Framework
Available since 1.1
Return to top
Show: