TreeExpandSelectedNodes method (WinStudio scripts)
Applies To
IWSFormComponent interface, tree objects
Definition
Expands the currently selected nodes.
Syntax
object.TreeExpandSelectedNodes( )
object.TreeExpandSelectedNodes( integer )
Part | Description |
---|---|
object | Required. A reference to a valid tree component object. |
integer | Optional. The number of levels to be expanded below the currently selected nodes. |
Examples
ThisForm.Components("tree1").TreeExpandSelectedNodes() ThisForm.Components("tree1").TreeExpandSelectedNodes(2)