Version

MoveToNewGroup(MdiTabGroup,RelativePosition) Method

Moves the tab to a new MdiTabGroup that is created based on the specified relative position
Syntax
'Declaration
 
Public Overloads Function MoveToNewGroup( _
   ByVal relativeTabGroup As MdiTabGroup, _
   ByVal relativePosition As Infragistics.Win.RelativePosition _
) As MdiTabGroup
public MdiTabGroup MoveToNewGroup( 
   MdiTabGroup relativeTabGroup,
   Infragistics.Win.RelativePosition relativePosition
)

Parameters

relativeTabGroup
The MdiTabGroup to which the new MdiTabGroup should be a sibling.
relativePosition
Enumeration indicating where the new MdiTabGroup should be inserted in relation to the relativeTabGroup.

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