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

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