property ExContextMenu.MenuAppearance as MenuAppearanceEnum
Retrieves or sets a value that indicates the menu's appearance.

TypeDescription
MenuAppearanceEnum A MenuAppearanceEnum expression that specifies menu's appearance. 
By default, the MenuAppearance property is exMenuFlat. The Background(exMenuFlatLineColor) property indicates the color of line that divides the left to right side of the menu, when the MenuAppearance property is exMenuFlat. The FlatBackColor property indicates the color to show the left part of the menu, when the MenuAppearance property is exMenuFlat. The BackColor property specifies the menu's background color. The Background(exMenuButtonItem) property indicates the visual appearance for items in the menu control, when the MenuAppearance property is exMenuButton. The Background(exMenuSeparatorItem) property specifies the visual appearance of the separator items.

The MenuAppearance supports the following values:

The following screen shot shows the menu while the MenuAppearance property is exMenuFlat :