ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / ForeColor Property

In This Topic
    ForeColor Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the foreground color of the tooltip window.
    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    See Also