Load Method
Load(XElement)
Declaration
public C1DockSettings Load(XElement elem)
Public Function Load(elem As XElement) As C1DockSettings
Parameters
| Type |
Name |
Description |
| XElement |
elem |
|
Returns
Load(XElement, bool)
Declaration
public C1DockSettings Load(XElement elem, bool preserveTabItems)
Public Function Load(elem As XElement, preserveTabItems As Boolean) As C1DockSettings
Parameters
| 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.
|
Returns