Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollableStackPanel Class / ScrollableStackPanel Constructor / ScrollableStackPanel Constructor(Style)
Style initially assigned to the new ScrollableStackPanel.

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

    Parameters

    style
    Style initially assigned to the new ScrollableStackPanel.
    See Also