Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class / SaveLayout Method / SaveLayout(Stream) Method
The writable System.IO.Stream to which to save the layout. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    SaveLayout(Stream) Method
    In This Topic
    Saves the state, location, size, and visibility of all the ToolWindow's contained in the ToolWindows collection to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    Dim instance As DockLayoutManager
    Dim stream As Stream
     
    instance.SaveLayout(stream)
    public void SaveLayout( 
       Stream stream
    )

    Parameters

    stream
    The writable System.IO.Stream to which to save the layout. Cannot be a null reference (Nothing in Visual Basic).
    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