[]
        
(Showing Draft Content)

C1.Win.Command.C1DockingTab.RestoreLayout

RestoreLayout Method

RestoreLayout(Form, Stream)

Restores layout of all C1DockingTab controls on the form from the stream.

Declaration
public static void RestoreLayout(Form form, Stream stream)
Public Shared Sub RestoreLayout(form As Form, stream As Stream)
Parameters
Type Name Description
Form form
Stream stream

RestoreLayout(Form, string)

Restores layout of all C1DockingTab controls on the form from the specified file.

Declaration
public static void RestoreLayout(Form form, string filename)
Public Shared Sub RestoreLayout(form As Form, filename As String)
Parameters
Type Name Description
Form form
string filename