Search
DockControl.LoadFromXml Method (String)
See Also
 





Loads the layout of the dock control from the specified file.

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

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file to load from.

 See Also