ITreeListNodeBase.UnselectChildren

Syntax

UnselectChildren([Recursively: Boolean = False]);

Parameters

Recursively. Parameter that determines whether tree child elements selection is canceled recursively. If the parameter is set to True, all child elements are deselected. If the parameter is set to False, only child elements that are placed one level lower than the current element are deselected.

Description

The UnselectChildren method deselects child elements.

See also:

ITreeListNodeBase