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

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

    Property Value

    A ColorPen object that is the color of the text of a ToolTip.
    See Also