Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class / SaveLayout Method / SaveLayout(String) Method
A string representing the location where the layout is to be saved. If the file exists, it will be overwritten.


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

    Parameters

    fileName
    A string representing the location where the layout is to be saved. If the file exists, it will be overwritten.
    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