HtmlInput.CLTextColor Property

Gets or sets the color of the text in candidate lists.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  CLTextColor

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 text color for candidate lists to crimson:

<PARAM NAME="CLTextColor" VALUE="#DC143C">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also