Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolTipSettings Class / BackColor Property

In This Topic
    BackColor Property (ToolTipSettings)
    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;}
    Remarks
    This property is useful in case when the ToolTipSettings.BackgroundImage property is assigned to an image with transparent or semi-transparent areas.
    See Also