Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / BackgroundColor Property

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