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: