Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / ScrollBarElement Constructor / ScrollBarElement Constructor(Style,Boolean)
Style assigned to the new ScrollBarElement.
Whether the scrollbar is horizontal or vertical.

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

    Parameters

    style
    Style assigned to the new ScrollBarElement.
    horizontal
    Whether the scrollbar is horizontal or vertical.
    See Also