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

In This Topic
    BackgroundImage Property (C1TextBoxBase)
    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;}

    Property Value

    An System.Drawing.Image that represents the image to display in the background of the control.
    See Also