[]
        
(Showing Draft Content)

C1.Win.Command.C1DockingTab.SaveLayout

SaveLayout Method

SaveLayout(Form, Stream, params string[])

Saves layout of all C1DockingTab controls on the form to the stream.

Declaration
public static void SaveLayout(Form form, Stream stream, params string[] pageProperties)
Public Shared Sub SaveLayout(form As Form, stream As Stream, ParamArray pageProperties As String())
Parameters
Type Name Description
Form form
Stream stream
string[] pageProperties

Additional property names of the C1DockingTabPage that you would like to store.

SaveLayout(Form, string, params string[])

Saves layout of all C1DockingTab controls on the form to the specified file.

Declaration
public static void SaveLayout(Form form, string filename, params string[] pageProperties)
Public Shared Sub SaveLayout(form As Form, filename As String, ParamArray pageProperties As String())
Parameters
Type Name Description
Form form
string filename
string[] pageProperties

Additional property names of the C1DockingTabPage that you would like to store.