Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / AddChildren Method


In This Topic
    AddChildren Method (NUIElementContainer)
    In This Topic
    Adds range of INUIElement instances to this container.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddChildren( _
       ByVal children() As INUIElement _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim children() As INUIElement
     
    instance.AddChildren(children)
    public virtual void AddChildren( 
       INUIElement[] children
    )

    Parameters

    children
    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