ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ToolTipSettings Class / BackgroundImage Property

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