TXTextControlWeb.setStatusBarColor Method

Sets the background color of the status bar.

Syntax

[JavaScript]
<void> TXTextControlWeb.setStatusBarColor(<string> hexColor);
Parameter Description
hexColor

The color value. Must be a hexadecimal CSS color string. Valid values are "#AAA" or "#b634a2", for example.