Version

FontNameList Property

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

Property Value

An ArrayList containing the font names available. Default values: "Arial", "Verdana", "Tahoma", "Courier New", "Georgia"
Remarks

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

For default values of this property, see the WebHtmlEditor constructor topic.

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