Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowGroup Class / SetChildToolWindowIndex Method
A reference to the ToolWindow whose index to modify.
The new zero-based index of child.


In This Topic
    SetChildToolWindowIndex Method
    In This Topic
    Changes the position of a ToolWindow within the group of ToolWindows.
    Syntax
    'Declaration
     
    Public Sub SetChildToolWindowIndex( _
       ByVal child As ToolWindow, _
       ByVal newIndex As Integer _
    ) 
    'Usage
     
    Dim instance As ToolWindowGroup
    Dim child As ToolWindow
    Dim newIndex As Integer
     
    instance.SetChildToolWindowIndex(child, newIndex)
    public void SetChildToolWindowIndex( 
       ToolWindow child,
       int newIndex
    )

    Parameters

    child
    A reference to the ToolWindow whose index to modify.
    newIndex
    The new zero-based index of child.
    Requirements

    Target Platforms: 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