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

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

    Parameters

    horizontal
    Whether the scrollbar is horizontal or vertical.
    See Also