DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / SaveLayout Method / SaveLayout(Stream) Method
The stream to output.

In This Topic
    SaveLayout(Stream) Method
    In This Topic
    Saves layouts of C1DashboardLayout control to the XML file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveLayout( _
       ByVal stream As Stream _
    ) 
    public void SaveLayout( 
       Stream stream
    )

    Parameters

    stream
    The stream to output.
    See Also