GetExpanded - method of the PmfTreeItem object
Description:
Returns current state of collapsing/expanding of the tree item.
Syntax:
Long GetExpanded()
Return value:
0 - The item is collapsed (subitems are not visible)
1 - The item is expanded (subitems are visible)
Example:
JavaScriptSelect and copy to clipboard
var nExpanded = oTreeItem.GetExpanded();