CursorConverter.GetStandardValuesSupported(ITypeDescriptorContext) Method

Definition

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

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

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

Returns

Always returns true.

Applies to