InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip 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 Color
    public Color BackColor {get; set;}
    See Also