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

In This Topic
    MenuHighlight Property (SystemPens)
    In This Topic
    Gets a ColorPen object that is the color used to highlight menu items when the menu appears as a flat menu.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property MenuHighlight As Pen
    public static Pen MenuHighlight {get;}

    Property Value

    A ColorPen object that is the color used to highlight menu items when the menu appears as a flat menu.
    See Also