Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / AddChild Method / AddChild(INDockZoneChild,Int32) Method
The child to add.
The specified index.


In This Topic
    AddChild(INDockZoneChild,Int32) Method
    In This Topic
    Adds a child at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddChild( _
       ByVal child As INDockZoneChild, _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDockZoneBase
    Dim child As INDockZoneChild
    Dim index As System.Integer
     
    instance.AddChild(child, index)
    public virtual void AddChild( 
       INDockZoneChild child,
       System.int index
    )

    Parameters

    child
    The child to add.
    index
    The specified index.
    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