Version

MoveToNewGroup(MdiTab,MdiTabGroup,RelativePosition,Orientation) Method

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

Parameters

tab
MdiTab to reposition
relativeGroup
Relative group used to determine where the new group should be positioned
relativePosition
Determines whether the new group should be positioned before or after the relative group specified.
orientation
Indicates the orientation of the new mdi tabgroup. If this value differs from the orientation of the relativeGroup 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