BgColor - property of the PmfTree object
Description:
The property returns or sets the background color of the tree.
Values:
RGB String (represents a color) is written in the form
"#RRGGBB".
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTree.BgColor = "#ffffff";
// Writing into the property
var sBgColor = oTree.BgColor;
// Reading from the property