DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / GridLayout Class / GridLayout Constructor
System.Windows.Forms.TableLayoutPanel instance to use it as a dashboard.

In This Topic
    GridLayout Constructor
    In This Topic
    Creates an instanse of GridLayout.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As TableLayoutPanel _
    )
    public GridLayout( 
       TableLayoutPanel container
    )

    Parameters

    container
    System.Windows.Forms.TableLayoutPanel instance to use it as a dashboard.
    See Also