LayoutControl.SetDefaultLayout |
Saves the current layout to random-access memory (RAM). |
LayoutControl.RestoreDefaultLayout |
Restores the layout which is stored at random-access memory (RAM). |
LayoutControl.DefaultLayoutLoaded |
Fires after the default layout (the layout saved by the LayoutControl.SetDefaultLayout method) has been loaded. |
LayoutControl.DefaultLayoutLoading |
Fires before loading the default layout (the layout saved by the LayoutControl.SetDefaultLayout method). |
LayoutControl.SaveLayoutToRegistry |
Saves the current layout to the specified system registry path. |
LayoutControl.SaveLayoutToStream |
Saves the current layout to the specified stream. |
LayoutControl.SaveLayoutToXml |
Saves the layout to an XML file. |
LayoutControl.RestoreLayoutFromRegistry |
Restores the layout which is stored at the specified system registry path. |
LayoutControl.RestoreLayoutFromStream |
Restores the layout from the specified stream. |
LayoutControl.RestoreLayoutFromXml |
Restores the layout from the specified XML file. |
LayoutControl.OptionsSerialization |
Contains options that control how a LayoutControl’s layout is saved to and restored from a data store. |