Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectTab Method


In This Topic
SelectTab Method
In This Topic
Selects the range of tabs between the specified tabs.
Syntax
'Declaration
 
Public Sub SelectTab( _
   ByVal index1 As Integer, _
   ByVal index2 As Integer _
) 
 
'Usage
 
Dim instance As TabStrip
Dim index1 As Integer
Dim index2 As Integer
 
instance.SelectTab(index1, index2)

Parameters

index1
index2
See Also