ComponentOne DockControl for WPF and Silverlight
Save(Boolean) Method

C1.WPF.Docking Namespace > C1DockControl Class > Save Method : Save(Boolean) Method
Use this value to decide the DockTapItem's content will be preserved and each DockTapItem will be re-created.
Serialize a C1DockControl and preserve each C1DockTabItem's content.
Syntax
'Declaration
 
Public Overloads Function Save( _
   ByVal preserveTabItems As System.Boolean _
) As C1DockSettings
public C1DockSettings Save( 
   System.bool preserveTabItems
)

Parameters

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