TreeExpandRootNode method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Expands the entire tree, starting at the top/root node.
Syntax
object.TreeExpandRootNode( )
Part | Description |
---|---|
object | Required. A reference to a valid tree component object. |
Example
ThisForm.Components("tree1").TreeExpandRootNode()