InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / FlowPanel Class / FlowPanel Constructor / FlowPanel Constructor(Boolean)
If True, creates panel of the horizontal orientation; if False, creates vertical panel.

In This Topic
    FlowPanel Constructor(Boolean)
    In This Topic
    Initializes a new instance of the FlowPanel of the specified orientation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal horizontal As Boolean _
    )
    public FlowPanel( 
       bool horizontal
    )

    Parameters

    horizontal
    If True, creates panel of the horizontal orientation; if False, creates vertical panel.
    See Also