WinStudio

TreeExpandNodeAt Method

Applies To

IWSFormComponent interface, tree objects

Definition

Expands a tree node, specified by an explicit node ID (GUID) or a series of node indexes.

Syntax

object.TreeExpandNodeAt( string )

  Part

  Description

object Required. A reference to a valid tree component object.
string Required. The tree node ID (GUID) or node index series.

Remarks

For more information, see Notes on the Tree Node ID (GUID) and Index Series.

Example

ThisForm.Components("tree1").TreeExpandNodeAt("My Tree Node ID")
ThisForm.Components("tree1").TreeExpandNodeAt("2,0")