DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / LoadLayout Method
The node with items of current layout.

In This Topic
    LoadLayout Method (ILayout)
    In This Topic
    Restores elements of the child container.
    Syntax
    'Declaration
     
    
    Sub LoadLayout( _
       ByVal node As XmlNode _
    ) 
    void LoadLayout( 
       XmlNode node
    )

    Parameters

    node
    The node with items of current layout.
    See Also