ITreeListNodeBase.Collapse

Fore Syntax

Collapse([Recursively: Boolean = False]);

Fore.NET Syntax

Prognoz.Platform.Interop.Forms.Collapse(Recursively: System.Boolean);

Parameters

Recursively. This parameter determines if the collapsing is recursive. If this parameter is True the entire hierarchy is collapsed. If the parameter is set to False, only hierarchy of selected element is collapsed.

Description

The Collapse method collapses the structure of the child elements of the tree.

See also:

ITreeListNodeBase