ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / SystemBrushes Class / ScrollBar Property

In This Topic
    ScrollBar Property (SystemBrushes)
    In This Topic
    Gets a ColorBrush object that is the color of the background of a scroll bar.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ScrollBar As Brush
    public static Brush ScrollBar {get;}

    Property Value

    A ColorBrush object that is the color of the background of a scroll bar.
    See Also