InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.C1ScrollBar Namespace / C1HScrollBar Class / UseSystemStyle Property

In This Topic
    UseSystemStyle Property (C1HScrollBar)
    In This Topic
    Gets or sets a boolean value indicating whether the scrollbar should be drawn using the system style.
    Syntax
    'Declaration
     
    Public Property UseSystemStyle As Boolean
    public bool UseSystemStyle {get; set;}
    See Also