System.Web.UI.WebControls.FontUnitConverter.GetStandardValuesSupported Method

Returns whether the instance of the System.Web.UI.WebControls.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.

Syntax

public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context)

Parameters

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

Returns

true for all cases.

Remarks

Use the FontUnitConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) method to determine whether the instance of the System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0