ComponentOne DockControl for WPF and Silverlight
Load(XElement,Boolean) Method

C1.WPF.Docking Namespace > C1DockControl Class > Load Method : Load(XElement,Boolean) Method
Use this value to decide the DockTapItem's content will be preserved and each DockTapItem will be re-created.
Not recreates the C1DockTabItem from the saved settings.
Syntax
'Declaration
 
Public Overloads Function Load( _
   ByVal elem As System.Xml.Linq.XElement, _
   ByVal preserveTabItems As System.Boolean _
) As C1DockSettings
public C1DockSettings Load( 
   System.Xml.Linq.XElement elem,
   System.bool preserveTabItems
)

Parameters

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

Reference

C1DockControl Class
C1DockControl Members
Overload List