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

C# Syntax

void Select( 
   string tab,
   MouseButton button
)

Parameters

tab
The 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)