Share via


HtmlInput.KBEnterBkGrndColor Property

Gets or sets the background color used to indicate keystrokes from the soft keyboard. This background color appears when the user clicks a soft key with the mouse, or when the user sets the focus to a soft key and presses the Enter key on the remote control.

Note   This property has been deprecated.

Syntax

  HtmlInput
  .KBEnterBkGrndColor

Property Value

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

Remarks

The default value for this property is "white".

Example Code

The following example sets the key-entry background color to "purple":

<PARAM NAME="KBEnterBkGrndColor" VALUE="purple">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also