Version

MoveToNewGroup(MdiTab,MdiTabGroup,RelativePosition) 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 _
) As MdiTabGroup
public virtual MdiTabGroup MoveToNewGroup( 
   MdiTab tab,
   MdiTabGroup relativeGroup,
   Infragistics.Win.RelativePosition relativePosition
)

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.

Return Value

The new MdiTabGroup
Remarks

Derived classes that override this method should instead override the new overload (MoveToNewGroup(MdiTab,MdiTabGroup,RelativePosition,Orientation)).

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