ITreeListNodeBase.UnselectChildren

Syntax

UnselectChildren([Recursively: Boolean = False]);

Parameters

Recursively. The parameter that determines whether tree child elements selection is canceled recursively.

Description

The UnselectChildren method deselects child elements.

Comments

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

See also:

ITreeListNodeBase