InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / BackgroundImage Property

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