ActivateNode(String,MouseButton) Method
Activates (double-clicks) a node in the tree-view object by the node path.

C# Syntax

void ActivateNode( 
   string node,
   MouseButton button
)

Parameters

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