Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1MainMenu Class / BackColor Property

In This Topic
    BackColor Property (C1MainMenu)
    In This Topic
    Gets or sets the background color of the C1MainMenu.
    Syntax
    'Declaration
     
    
    Public Shadows Property BackColor As Color
    public new Color BackColor {get; set;}
    See Also