property ExMenu.BackColor as Color
Retrieves or sets the menu's background color.

TypeDescription
Color A color expression that indicates the control's background color. 

Use the ForeColor and BackColor properties to customize the menu's colors. Use the PopupForeColor property to change the foreground color for the popup menu. Use the PopupBackColor property to change the background color for the popup menu.  Use the UseBackColor, BackColor, UseForeColor, ForeColor properties to define colors for any menu item. Use the SelBackColor and SelForeColor properties to define colors for selected item. Use the ShadowColor property to specify the color used to paint the shadow border on the left side of the drop down menu, when the Appearance property is Flat. Use the Picture property to load a picture on the control's background.