Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZoneChildContainer Interface / AddChild Method / AddChild(INDockZoneChild) Method
The child to add.


In This Topic
    AddChild(INDockZoneChild) Method
    In This Topic
    Adds a INDockZoneChild object to the container. An exception will be thrown if the container cannot accept this child.
    Syntax
    'Declaration
     
    
    Overloads Function AddChild( _
       ByVal child As INDockZoneChild _
    ) As System.Integer
    'Usage
     
    
    Dim instance As INDockZoneChildContainer
    Dim child As INDockZoneChild
    Dim value As System.Integer
     
    value = instance.AddChild(child)
    System.int AddChild( 
       INDockZoneChild child
    )

    Parameters

    child
    The child to add.

    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