Version

RepositionToGroup(DockableGroupPane,Int32) Method

Repositions the pane to a new group.
Syntax
'Declaration
 
Public Overloads Sub RepositionToGroup( _
   ByVal newGroup As DockableGroupPane, _
   ByVal newIndex As Integer _
) 
public void RepositionToGroup( 
   DockableGroupPane newGroup,
   int newIndex
)

Parameters

newGroup
New group pane to contain the pane.
newIndex
Index in the group
Remarks
An exception will be thrown if the specified pane is a descendant of the current pane.
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