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

In This Topic
    BackColor Property (C1InputPanel)
    In This Topic
    Gets or sets the background color for the input panel.
    Syntax
    'Declaration
     
    Public Overrides Property BackColor As Color
    public override Color BackColor {get; set;}
    See Also