Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / AddChild Method / AddChild(INDockZoneChild) Method
The specified child.


In This Topic
    AddChild(INDockZoneChild) Method
    In This Topic
    Adds a child to this zone.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddChild( _
       ByVal child As INDockZoneChild _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDockZoneBase
    Dim child As INDockZoneChild
    Dim value As System.Integer
     
    value = instance.AddChild(child)
    public System.int AddChild( 
       INDockZoneChild child
    )

    Parameters

    child
    The specified child.

    Return Value

    The index at which the child was added.
    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