MoveTab Method
MoveTab(int, int)
Moves the specified tab to a new position in the tab strip.
Declaration
public void MoveTab(int index, int newIndex)
Public Sub MoveTab(index As Integer, newIndex As Integer)
Parameters
Type |
Name |
Description |
int |
index |
|
int |
newIndex |
|