WinStudio

TreeRootNodeIsCurrentlyExpanded Method

Applies To

IWSFormComponent interface, tree objects

Definition

Returns a Boolean value indicating whether the top/root node is currently expanded.

Syntax

object.TreeRootNodeIsCurrentlyExpanded( )

  Part

  Description

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

Remarks

A return value of:

Example

Dim rootIsCurrentlyExpanded As Boolean = False
rootIsCurrentlyExpanded = ThisForm.Components("tree1").TreeRootNodeIsCurrentlyExpanded()