System.Web.UI.WebControls.FontUnitConverter.GetStandardValuesExclusive Method

Returns whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of values, using the specified format context.

Syntax

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

Parameters

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

Returns

false for all cases.

Remarks

Use the FontUnitConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) method to determine whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of values. This method is overridden to always return false to indicate that the list of values is not an exclusive list.

Requirements

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