RestoreLayout(Form,String) Method
In This Topic
Restores layout of all C1DockingTab controls on the form from the specified file.
Syntax
'Declaration
Public Overloads Shared Sub RestoreLayout( _
ByVal As Form, _
ByVal As String _
)
public static void RestoreLayout(
Form ,
string
)
Parameters
- form
- filename
See Also