TreeRootVisible - property of the PmfTree object
Description:
Setting the visibility of the root tree item.
Syntax:
Long TreeRootVisible
Values:
0 - The root tree item will be hidden. This will display the subitems of the root tree item at the first level of the tree.
1 (default) - The root tree item will be visible.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTree.TreeRootVisible = 0;
// Writing into the property
var nVisible = oTree.TreeRootVisible;
// Reading from the property