ITreeListNodes.SelectAll

Syntax

SelectAll([Value: Boolean = True]);

Parameters

Value - parameter that determines a state of selection. True - select all nodes, False - deselect all nodes.

Description

The SelectAll method enables the user to select all tree nodes.

See also:

ITreeListNodes