DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / LoadLayout Method / LoadLayout(String) Method
The name of the XML file.

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

    Parameters

    fileName
    The name of the XML file.
    See Also