HtmlInput.CLBkGrndColor Property

Gets or sets the background color used for candidate lists.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  CLBkGrndColor

Property Value

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

Remarks

By default, the candidate list 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 for candidate lists to "red":

<PARAM NAME="CLBkGrndColor" VALUE="red">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also