[]
        
(Showing Draft Content)

C1.Win.C1Command.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)
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)
Parameters
Type Name Description
Form form
string filename