Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / AddChild Method / AddChild(INDockZoneChild) Method


In This Topic
    AddChild(INDockZoneChild) Method
    In This Topic
    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
    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