TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / UseSystemStyle Property

In This Topic
    UseSystemStyle Property (C1ScrollBar)
    In This Topic
    Gets or sets a boolean value indicating whether the scrollbar should be drawn using the system style.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property UseSystemStyle As Boolean
    [DefaultValue(false)]
    public bool UseSystemStyle {get; set;}
    See Also