ITreeListNodeBase.Expand

Syntax

Expand([Recurse: Boolean = False]);

Parameters

Recurse - parameter that determines whether expanding is recursive. If the parameter is set to True, the entire 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