[]
Recreates the C1DockControl from the saved settings.
public C1DockSettings Load(XElement elem)
| Type | Name | Description |
|---|---|---|
| XElement | elem |
| Type | Description |
|---|---|
| C1DockSettings |
Not recreates the C1DockTabItem from the saved settings.
public C1DockSettings Load(XElement elem, bool preserveTabItems)
| Type | Name | Description |
|---|---|---|
| XElement | elem | |
| bool | preserveTabItems | Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created. |
| Type | Description |
|---|---|
| C1DockSettings |