ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / BackgroundColor Property

In This Topic
    BackgroundColor Property
    In This Topic
    Gets or sets the background color for the C1RibbonForm.
    Syntax
    'Declaration
     
    Public Property BackgroundColor As System.Drawing.Color
    public System.Drawing.Color BackgroundColor {get; set;}
    See Also