LoadLayout(String) Method
In This Topic
Loads layouts of
C1DashboardLayout control from the XML file.
Syntax
'Declaration
Public Overloads Sub LoadLayout( _
ByVal As String _
)
public void LoadLayout(
string
)
Parameters
- fileName
- The name of the XML file.
See Also