Selects the range of tabs between the specified tabs.
public void SelectTab(
int ,
int
)
'Declaration
Public Sub SelectTab( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As TabStrip
Dim index1 As Integer
Dim index2 As Integer
instance.SelectTab(index1, index2)
Parameters
- index1
- index2