ITreeListNodeBase.Collapse

Fore Syntax

Collapse([Recursively: Boolean = False]);

Fore.NET Syntax

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

Parameters

Recursively. Parameter that determines whether collapsing is recursive. If the parameter is set to 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