Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / BackgroundImage Property

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