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::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

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)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

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

Return Value

Type: System::Boolean

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft