Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / RestoreLayout Method / RestoreLayout(Form,String) Method

In This Topic
    RestoreLayout(Form,String) Method
    In This Topic
    Restores layout of all C1DockingTab controls on the form from the specified file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub RestoreLayout( _
       ByVal form As Form, _
       ByVal filename As String _
    ) 
    public static void RestoreLayout( 
       Form form,
       string filename
    )

    Parameters

    form
    filename
    See Also