NUnitForms Class Library

TabControlTester.SelectTab Method 

Selects the tab at the specified index.

[Visual Basic]
Public Sub SelectTab( _
   ByVal index As Integer _
)
[C#]
public void SelectTab(
   int index
);

Parameters

index
The tab to select.

See Also

TabControlTester Class | NUnit.Extensions.Forms Namespace