BackColor Property (C1SuperTooltipBase)
In This Topic
Gets or sets the background color of the tooltip window.
Syntax
'Declaration
<C1DescriptionAttribute("ST.BackColor", "Gets or sets the background color of the tooltip window.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute(System.Drawing.Color, "Info")>
Public Property BackColor As Color
[C1Description("ST.BackColor", "Gets or sets the background color of the tooltip window.")]
[C1Category("Appearance")]
[DefaultValue(System.Drawing.Color, "Info")]
public Color BackColor {get; set;}
See Also