Table of Contents
FontNames Property

Gets or sets the list of font names displayed in the font drop down.

Syntax
 public String FontNames { get; set; }
Remarks

Use "|" to separate font names. For example, "Arial|Courier New" fills the font drop down with two items: "Arial" and "Courier New". The editor uses a list that includes all available fonts when this property is not set.

See Also