Version

MoveTab Method

Move a tab to a new location
Syntax
'Declaration
 
Public Sub MoveTab( _
   ByVal dragTabIndex As System.Integer, _
   ByVal dropTargetTabIndex As System.Integer, _
   ByVal dropLocation As System.String _
) 
public void MoveTab( 
   System.int dragTabIndex,
   System.int dropTargetTabIndex,
   System.string dropLocation
)
public: void MoveTab( 
   System.int dragTabIndex,
   System.int dropTargetTabIndex,
   System.string* dropLocation
) 

Parameters

dragTabIndex
Index of source tab
dropTargetTabIndex
Index of target tab
dropLocation
Drop point location
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also