ITreeListNodeBase.SelectChildren

Fore Syntax

SelectChildren([Recursively: Boolean = False]);

Fore.NET Syntax

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

Parameters

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

Description

The SelectChildren method selects the child elements.

See also:

ITreeListNodeBase