ITreeListNodeBase.UnselectChildren

Fore Syntax

UnselectChildren([Recursively: Boolean = False]);

Fore.NET Syntax

Prognoz.Platform.Interop.Forms.UnselectChildren(Recursively: System.Boolean);

Parameters

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

Description

The UnselectChildren method deselects the child elements.

See also:

ITreeListNodeBase