Promotic

BgColor - property of the PmForm object

Description:
Form window background color.
Syntax:
String BgColor
Note:
Property access for read and write.
 
The property returns or sets the RGB String in the form "#RRGGBB".
This property is also functional in Web panels.

The default value is "f0f0f0" (light gray).
Example:
color setting by RGB String in the form "#RRGGBB"
JavaScriptSelect and copy to clipboard

oForm.BgColor = "#ffffff";   // Writing into the property
var sBgColor = oForm.BgColor;   // Reading from the property

History:
Pm8.03.09: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.