HtmlInput.TTBkGrndColor Property

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

Note   This property has been deprecated.

Syntax

  HtmlInput.
  TTBkGrndColor

Property Value

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

Remarks

By default, the character map has no background color; that is, the default value of this property is an empty string ("").

Example Code

The following example sets the background color of the character map to "slateblue":

<PARAM NAME="TTBkGrndColor" VALUE="slateblue">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also