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.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
true for all cases.
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.