ITreeListNodeBase.Expand

Syntax

Expand([Recurse: Boolean = False]);

Parameters

Recurse is a parameter that determines the recursiveness of expanding. If the parameter is set to True, the whole hierarchy of all child elements is expanded. If the parameter is set to False, only hierarchy of selected element is expanded.

Description

The Expand method expands hierarchy of the child elements tree.

See also:

ITreeListNodeBase