InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets the background image displayed in tooltip window.
    Syntax
    'Declaration
     
    Public Property BackgroundImage As Image
    public Image BackgroundImage {get; set;}
    See Also