InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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 BackgroundImage property is assigned to an image with transparent or semi-transparent areas.
    See Also