ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Interfaces Namespace / IC1Serializable Interface / SaveLayout Method / SaveLayout(Stream) Method
The stream where the values of layout properties will be saved.

In This Topic
    SaveLayout(Stream) Method
    In This Topic
    Saves control layout properties to the stream.
    Syntax
    'Declaration
     
    Overloads Sub SaveLayout( _
       ByVal stream As System.IO.Stream _
    ) 
    void SaveLayout( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream where the values of layout properties will be saved.
    See Also