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

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

    Property Value

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