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

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

    Parameters

    style
    The Style object to use.
    horizontal
    If True, creates panel of the horizontal orientation; if False, creates vertical panel.
    See Also