Version

MoveToNewGroup(MdiTabGroup,RelativePosition,Orientation) 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, _
   ByVal orientation As Orientation _
) As MdiTabGroup
public MdiTabGroup MoveToNewGroup( 
   MdiTabGroup relativeTabGroup,
   Infragistics.Win.RelativePosition relativePosition,
   Orientation orientation
)

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.
orientation
Indicates the orientation of the new mdi tabgroup. If this value differs from the orientation of the relativeTabGroup then a new group that contains both the relativeTabGroup and the group to contain this 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