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

In This Topic
    FlowLayout Constructor
    In This Topic
    Creates an instance of FlowLayout.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As FlowLayoutPanel _
    )
    public FlowLayout( 
       FlowLayoutPanel container
    )

    Parameters

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