TextColor - property of the PmfTree object
Description:
The property returns or sets the text color of the tree items.
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.TextColor = "#000000";
// Writing into the property
var sTextColor = oTree.TextColor;
// Reading from the property