HtmlInput.TTCharacterColor Property

Gets or sets the color of the letter characters on the character map that the control displays in triple-tap mode.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  TTCharacterColor

Property Value

A read/write String that contains the name or RGB value of the color of the letter characters.

Remarks

The default value for this property is "black".

Example Code

The following example uses an RGB value to set the color of the letter characters to silver:

<PARAM NAME="TTCharacterColor" VALUE="#C0C0C0">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also