TreeCollapseRootNode method (WinStudio scripts)

Applies To

IWSFormComponent interface, tree objects

Definition

Collapses the tree at the top/root node.

Syntax

object.TreeCollapseRootNode( )

  Part   Description
object Required. A reference to a valid tree component object.

Example

ThisForm.Components("tree1").TreeCollapseRootNode()