TreeCollapseSelectedNodes method (WinStudio scripts)

Applies To

IWSFormComponent interface, tree objects

Definition

Collapses the currently selected nodes.

Syntax

object.TreeCollapseSelectedNodes( )

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

Example

ThisForm.Components("tree1").TreeCollapseSelectedNodes()