ITreeListNode.SelectSiblings

Syntax

SelectSiblings([Through: Boolean = False]);

Parameters

Through - optional parameter that determines the selection area of the elements of the same level. False is set by default, the elements of the level are selected within the scope of the common parent element. If True is set, all elements placed at the same level with the current element are selected.

Description

The SelectSiblings method selects the elements of the level, at which this element is located.

See also:

ITreeListNode