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

C# Syntax

void Select( 
   int index,
   MouseButton button
)

Parameters

index
0-based index of the item.
button
Optional: The mouse button used to select the list item. Default is left button.