Version

MoveToGroup(MdiTab,MdiTabGroupPosition,Int32) Method

Moves the specified MdiTab to an MdiTabGroup relative to the currently containing TabGroup
Syntax
'Declaration
 
Public Overloads Function MoveToGroup( _
   ByVal tab As MdiTab, _
   ByVal position As MdiTabGroupPosition, _
   ByVal tabIndex As Integer _
) As Boolean
public bool MoveToGroup( 
   MdiTab tab,
   MdiTabGroupPosition position,
   int tabIndex
)

Parameters

tab
MdiTab to reposition
position
Relative MdiTabGroup to which the tab should be repositioned
tabIndex
Index that the tab should be positioned within the specified group

Return Value

Returns True if the tab was repositioned. Otherwise False is returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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