ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / BackColor Property

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