CursorConverter::GetStandardValues Method (ITypeDescriptorContext^)

 

Gets a collection of standard cursor values, using the specified context.

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

public:
virtual TypeConverter::StandardValuesCollection^ GetStandardValues(
	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.ComponentModel::TypeConverter::StandardValuesCollection^

A collection that holds a standard set of valid values.

This method returns a list of the public static properties of Cursors.

.NET Framework
Available since 3.0
Return to top
Show: