TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip 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
     
    
    <C1DescriptionAttribute("ST.ForeColor", "Gets or sets the foreground color of the tooltip window.")>
    <C1CategoryAttribute("Appearance")>
    <DefaultValueAttribute(System.Drawing.Color, "InfoText")>
    Public Property ForeColor As Color
    [C1Description("ST.ForeColor", "Gets or sets the foreground color of the tooltip window.")]
    [C1Category("Appearance")]
    [DefaultValue(System.Drawing.Color, "InfoText")]
    public Color ForeColor {get; set;}
    See Also