Version

FontFormattingList Property

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

Property Value

A NameValueCollection containing the names and values of the font formatting types available. The default values are:
  • "Heading 1", "<h1>"
  • "Heading 2", "<h2>"
  • "Heading 3", "<h3>"
  • "Heading 4", "<h4>"
  • "Heading 5", "<h5>"
  • "Pre", "<pre>"
  • "Code", "<code>"
Remarks

If you have any ToolbarDropDown controls with a ToolbarDropDown.Type property = ToolbarDropDownType.FontFormatting, that control will get it's values from the values in this collection.

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