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

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

    Property Value

    A ColorBrush object that is the color of an inactive window's border.
    See Also