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

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

    Property Value

    A ColorPen object that is the color of the background in the client area of a window.
    See Also