FontUnitConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 3.0
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)
FontUnitConverter Members
System.Web.UI.WebControls Namespace
TypeConverter.GetStandardValues
System.ComponentModel.TypeConverter.StandardValuesCollection
System.ComponentModel.ITypeDescriptorContext
ASP.NET Server Controls and CSS Styles (Visual Studio)
Assembly: System.Web (in system.web.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Not applicable.
Parameters
- context
An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
Return Value
A System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit.Reference
FontUnitConverter ClassFontUnitConverter Members
System.Web.UI.WebControls Namespace
TypeConverter.GetStandardValues
System.ComponentModel.TypeConverter.StandardValuesCollection
System.ComponentModel.ITypeDescriptorContext
Other Resources
Introduction to Cascading Style SheetsASP.NET Server Controls and CSS Styles (Visual Studio)
Community Additions
ADD
Show: