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

In This Topic
    BackColor Property (RadialMenuItem)
    In This Topic
    Gets or sets the background color of this menu item. Empty (default) means that item background specified for the whole menu is used.
    Syntax
    'Declaration
     
    
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also