HtmlInput.TTFontName Property

Gets or sets the name of the font used for the characters on the character map that the control displays in triple-tap mode.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  TTFontName

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 the text input box to "Times":

<PARAM NAME="TTFontName" VALUE="Times">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also