FontUnitConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework (current version)
Returns a System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit, using the specified format context.
Assembly: System.Web (in System.Web.dll)
public override TypeConverter.StandardValuesCollection GetStandardValues( ITypeDescriptorContext context )
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollectionA System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit.
Use the GetStandardValues method to retrieve a System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit. This collection contains all the fields in the FontUnit class.
.NET Framework
Available since 1.1
Available since 1.1
Show: