HtmlInput.KBFocusBkGrndColor Property

Gets or sets the background color used to highlight the soft keyboard key that has the focus.

Note   This property has been deprecated.

Syntax

  HtmlInput
  .KBFocusBkGrndColor

Property Value

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

Remarks

The default value for this property is "silver".

Example Code

The following example uses an RGB value to set the focus background color to teal:

<PARAM NAME="KBFocusBkGrndColor" VALUE="#008080">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also