Promotic

ColorBg - property of the PmgRasterImage object

Description:
Background color
Syntax:
String ColorBg
Note:
Property access for read and write. The default value of this property is defined in the "Background color" configurator of this object.
 
The property returns or sets the RGB String in the form "#RRGGBB".

This property is functional only if the "Enable background color" configurator is checked.

This property is also functional in Web panels.
Example:
color setting by RGB String in the form "#RRGGBB"
JavaScriptVBScriptSelect and copy to clipboard

var oImg = pMe.Items("/RImg0");

var sColorBg = oImg.ColorBg;   // Reading from the property
oImg.ColorBg = "#ffff00";   // Writing into the property

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

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