Version

FontStyleList Property

High-level "helper" collection which provides font style values to applicable ToolbarDropDown controls.
Syntax
'Declaration
 
Public Property FontStyleList As StringValueCollection
public StringValueCollection FontStyleList {get; set;}

Property Value

A NameValueCollection containing the font style values available.
Remarks

That property is used to fill drop down list for ToolbarDropDown with type of ToolbarDropDownType.FontStyle

The FontStyle on client performs following actions:

1. Removes text selected by end user

2. Inserts FONT (IE browser) or SPAN (not IE browsers) object with selected style or class

3. Sets innerHTML of inserted FONT/SPAN object to the text selected by end user 4. Note: all child objects and their styles within selected text will be removed

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also