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

C# Syntax

void Select( 
   string node,
   MouseButton button
)

Parameters

node
The node to select .
button
Optional: The mouse button used to select the node. (default value: left button)