FontUnitConverter.GetStandardValues Method (ITypeDescriptorContext)

 

Returns a System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit, using the specified format context.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overrides Function GetStandardValues (
	context As ITypeDescriptorContext
) As TypeConverter.StandardValuesCollection

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

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

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
Return to top
Show: