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.

CursorConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

Determines whether this object supports a standard set of values that can be picked from a list, using the specified context.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A format context that provides information about the environment from which this converter is being invoked.

Return Value

Type: System::Boolean

Always returns true.

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