ITreeListNode.UnselectNode

Syntax

UnselectNode([Recursively: Boolean = False]);

Parameters

Recursively. Parameter that determines whether elements' selection is canceled recursively. If the parameter is set to True, all elements are deselected. If the parameter is set to False, only selected element is deselected.

Description

The UnselectNode method deselects the element of the tree.

See also:

ITreeListNode