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

In This Topic
    InactiveCaptionText Property (SystemPens)
    In This Topic
    Gets a ColorPen object that is the color of the text in an inactive window's title bar.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property InactiveCaptionText As Pen
    public static Pen InactiveCaptionText {get;}

    Property Value

    A ColorPen object that is the color of the text in an inactive window's title bar.
    See Also