ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / RowPanel Class / RowPanel Constructor / RowPanel Constructor(Style)
The Style object to use.

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

    Parameters

    style
    The Style object to use.
    See Also