BgColor - property of the PmForm object
Description:
Form window background color.
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:
JavaScriptSelect and copy to clipboard
oForm.BgColor = "#ffffff";
// Writing into the property
var sBgColor = oForm.BgColor;
// Reading from the property