In This Topic
Moves the specified tab to a new position in the tab strip.
Syntax
'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)
public void MoveTab(
int ,
int
)
Parameters
- index
- newIndex
See Also