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::GetStandardValues Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a collection of standard cursor values, using the specified context.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: