hintForeColor

Type: Integer

Availability: Read or write at any time

The hintForeColor property of the TextBox class contains the color with which text is displayed when hint text is displayed. (JADE uses the RGB scheme for colors.)

Hint text displayed in the text box is drawn using the value of the hintForeColor property except when it is #80000000 (the default), in which case the TextBox control foreColor property value is used.

If the text box text is not empty or no value has been set for the hintText property, this property is ignored.

2016.0.01 and higher