InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / BackColor Property

In This Topic
    BackColor Property (InputControlHost)
    In This Topic
    Gets or sets the background color for the hosted control.
    Syntax
    'Declaration
     
    Public Overridable Property BackColor As Color
    public virtual Color BackColor {get; set;}
    See Also