Moves the specified tab to a new position in the tab strip.
public void MoveTab(
int ,
int
)
'Declaration
Public Sub MoveTab( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim newIndex As Integer
instance.MoveTab(index, newIndex)
Parameters
- index
- newIndex