ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / BackColor Property

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