ITreeListNodeBase.Collapse

Syntax

Collapse([Recursively: Boolean = False]);

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