Select(String,MouseButton) Method
Selects the specified tab item.

C# Syntax

void Select( 
   string item,
   MouseButton button
)

Parameters

item
The text of the item to select from the tabcontrol.
button
Optional: The mouse button used to select the list item. Default is left button.