Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollablePanel Class / ScrollablePanel Constructor / ScrollablePanel Constructor(Style)
The Style object to use.

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

    Parameters

    s
    The Style object to use.
    See Also