HtmlInput.InputTextColor Property

Gets or sets the color of the text in the text input box.

Note   This property has been deprecated.

Syntax

  HtmlInput.
  InputTextColor

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 color of text in the text input box to silver:

<PARAM NAME="InputTextColor" VALUE="#C0C0C0">

Requirements

Library: ehkeyctl.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also