HtmlInput.TTDigitColor Property

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

Note   This property has been deprecated.

Syntax

  HtmlInput.
  TTDigitColor

Property Value

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

Remarks

The default value for this property is "black".

Example Code

The following example sets the color of the digit characters to "gold":

<PARAM NAME="TTDigitColor" VALUE="gold">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also