ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / LoadLayout Method / LoadLayout(String) Method
The file containing a saved layout.

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

    Parameters

    filename
    The file containing a saved layout.
    See Also