HtmlInput.TTFontSize Property

Gets or sets the size 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.
  TTFontSize

Property Value

A read/write String that contains the font size.

Remarks

The default value for this property is 22 points.

Example Code

The following example sets the font size for the character map to 24 points:

<PARAM NAME="TTFontSize" VALUE="24">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also