Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
virtual TypeConverter::StandardValuesCollection^ GetStandardValues(
	ITypeDescriptorContext^ context
) override

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:
© 2017 Microsoft