ITreeListNode.SelectNode

Fore Syntax

SelectNode([Recursively: Boolean = False]);

Fore.NET Syntax

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

Parameters

Recursively. Parameter that determines whether elements are selected recursively. If the parameter is set to True, all elements are selected; if the parameter is set to False, only selected element is selected.

Description

The SelectNode method selects the element of the tree.

See also:

ITreeListNode