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

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