FontUnitConverter.GetStandardValuesSupported(ITypeDescriptorContext) Method

Definition

Returns whether the instance of the FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list, using the specified format 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

An ITypeDescriptorContext that provides information about the context of a type converter.

Returns

true for all cases.

Remarks

Use the GetStandardValuesSupported method to determine whether the instance of the FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list, using the specified format context. This method is overridden to always return true to indicate that this class supports a standard set of values that can be picked from a list.

Applies to

See also