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

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

    Parameters

    style
    Style assigned to the new ScrollBarElement.
    See Also