Version

MoveToNewGroup(MdiTab,MdiTabGroupPosition,Orientation) Method

Creates a new MdiTabGroup and moves the specified tab to that group.
Syntax
'Declaration
 
Public Overloads Function MoveToNewGroup( _
   ByVal tab As MdiTab, _
   ByVal relativeGroup As MdiTabGroupPosition, _
   ByVal orientation As Orientation _
) As MdiTabGroup
public MdiTabGroup MoveToNewGroup( 
   MdiTab tab,
   MdiTabGroupPosition relativeGroup,
   Orientation orientation
)

Parameters

tab
MdiTab to reposition
relativeGroup
Group relative to the currently containing tab group
orientation
Indicates the orientation of the new mdi tabgroup. If this value differs from the orientation of the TabGroup then a new group that contains both the relativeGroup and the group to contain the specified tab will also be created.

Return Value

The new MdiTabGroup
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