Select(String,MouseButton) Method
Selects a node in the tree-view object.

C# Syntax

void Select( 
   string node,
   MouseButton button
)

Parameters

node
The node to select from the tree view object.
button
Optional: The mouse button used to select the node. Possible values:HP.LFT.SDK.MouseButton (default value: left button)