FontUnitConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Public Overrides Function GetStandardValuesSupported ( context As ITypeDescriptorContext ) As Boolean
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: