[]
Restores layout of all C1DockingTab controls on the form from the stream.
public static void RestoreLayout(Form form, Stream stream)
Type | Name | Description |
---|---|---|
Form | form | |
Stream | stream |
Restores layout of all C1DockingTab controls on the form from the specified file.
public static void RestoreLayout(Form form, string filename)
Type | Name | Description |
---|---|---|
Form | form | |
string | filename |