DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / SaveLayout Method
The parent of nodes with layouts.

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

    Parameters

    node
    The parent of nodes with layouts.
    See Also