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

In This Topic
    MenuText Property (SystemPens)
    In This Topic
    Gets a ColorPen object that is the color of a menu's text.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property MenuText As Pen
    public static Pen MenuText {get;}

    Property Value

    A ColorPen object that is the color of a menu's text.
    See Also