Version

MoveTab Method (WinTabStripControlRecordReplayServer)

Tab drag
Syntax
'Declaration
 
Public Sub MoveTab( _
   ByVal tab As System.Object, _
   ByVal visibleIndex As System.Integer _
) 
public void MoveTab( 
   System.object tab,
   System.int visibleIndex
)

Parameters

tab
The tab object to be dragged
visibleIndex
The visible index of the tab
Remarks

Tab argument can be a tab name or a tab index. As a result, the visible position changes.

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