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

C# Syntax

void Select( 
   int tabIndex,
   MouseButton button
)

Parameters

tabIndex
The index of tab to select from the tab control.
button
Optional: The mouse button used to select the tab. Possible values: HP.LFT.SDK.MouseButton

(default value: left button)