InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / FlowPanel Class / FlowPanel Constructor / FlowPanel Constructor(Style)
The Style object to use.

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

    Parameters

    style
    The Style object to use.
    See Also