hintBackColor

Type: Integer

Availability: Read or write at any time

The backColor property of the TextBox class contains the color with which text box background 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 hintBackColor property except when it is #80000000 (the default), in which case the TextBox control backColor 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