HtmlInput.KBTextColor Property

Gets or sets the color of the text on the soft keyboard.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  KBTextColor

Property Value

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

Remarks

The default value for this property is "black".

Example Code

The following example uses an RGB value to set the color of text on the soft keyboard to midnight blue:

<PARAM NAME="InputTextColor" VALUE="#C191970">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also