Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZoneChildContainer Interface / RemoveChild Method
The child to remove.


In This Topic
    RemoveChild Method (INDockZoneChildContainer)
    In This Topic
    Removes the specified child from the container. An exception will be thrown if the child is not parented by this container.
    Syntax
    'Declaration
     
    
    Sub RemoveChild( _
       ByVal child As INDockZoneChild _
    ) 
    'Usage
     
    
    Dim instance As INDockZoneChildContainer
    Dim child As INDockZoneChild
     
    instance.RemoveChild(child)
    void RemoveChild( 
       INDockZoneChild child
    )

    Parameters

    child
    The child to remove.
    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