HtmlInput.KBBkGrndColor Property

Gets or sets the background color of the soft keyboard.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  KBBkGrndColor

Property Value

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

Remarks

By default, the soft keyboard 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 soft keyboard to "white":

<PARAM NAME="KBBkGrndColor" VALUE="white">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also