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

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

    Parameters

    form
    stream
    See Also