Search
DockControl.SaveToXml Method (String)
See Also
 





Saves the layout of the dock control to the specified file.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file to save to.

 See Also