ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / Load Method / Load(XElement,Boolean) Method
Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created.

In This Topic
    Load(XElement,Boolean) Method
    In This Topic
    Not recreates the C1DockTabItem from the saved settings.
    Syntax
    'Declaration
     
    Public Overloads Function Load( _
       ByVal elem As XElement, _
       ByVal preserveTabItems As Boolean _
    ) As C1DockSettings
    public C1DockSettings Load( 
       XElement elem,
       bool preserveTabItems
    )

    Parameters

    elem
    preserveTabItems
    Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created.
    See Also