HtmlInput.CLFontName Property

Gets or sets the name of the font used for text in candidate lists.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  CLFontName

Property Value

A read/write String that contains the name of the font.

Remarks

The default value for this property is "Arial".

Example Code

The following example sets the font for text in candidate lists to "Helvetica":

<PARAM NAME="CLFontName" VALUE="Helvetica">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also