LoadLayout(String) Method
In This Topic
Loads a saved layout from the given file.
Syntax
'Declaration
Public Overloads Sub LoadLayout( _
ByVal As String _
)
public void LoadLayout(
string
)
Parameters
- filename
- The file containing a saved layout.
See Also