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

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

    Property Value

    A ColorBrush object that is the color of the active window's title bar.
    See Also