[]
Saves layout of all C1DockingTab controls on the form to the stream.
public static void SaveLayout(Form form, Stream stream, params string[] pageProperties)
| Type | Name | Description |
|---|---|---|
| Form | form | |
| Stream | stream | |
| string[] | pageProperties | Additional property names of the C1DockingTabPage that you would like to store. |
Saves layout of all C1DockingTab controls on the form to the specified file.
public static void SaveLayout(Form form, string filename, params string[] pageProperties)
| Type | Name | Description |
|---|---|---|
| Form | form | |
| string | filename | |
| string[] | pageProperties | Additional property names of the C1DockingTabPage that you would like to store. |