ComponentOne DashboardLayout for WinForms
FlowLayout Constructor

C1.Win.Layout Namespace > FlowLayout Class : FlowLayout Constructor
System.Windows.Forms.FlowLayoutPanel instance to use it as a dashboard.
Creates an instanse 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

Reference

FlowLayout Class
FlowLayout Members