FontUnitConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework 3.0
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.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual bool GetStandardValuesSupported ( ITypeDescriptorContext^ context ) override
public boolean GetStandardValuesSupported ( ITypeDescriptorContext context )
public override function GetStandardValuesSupported ( context : ITypeDescriptorContext ) : boolean
Not applicable.
Parameters
- context
An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
Return Value
true for all cases.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.
Community Additions
ADD
Show: