property ExMenu.Appearance as AppearanceEnum
Retrieves or sets a value that indicates the menu's appearance.

TypeDescription
AppearanceEnum An AppearanceEnum expression that indicates the control's appearance.

Use the Appearance property to change the control's appearance. Use the Border property to define the control's borders. Use the Font property to specify the control's font. Use the BackColor property to specify the control's background color. Use the ForeColor property to specify the control's foreground color. Use the MenuBarBorder property to specify the border of the control. Use the PopupBackColor property to specify the background color for the drop down menus. Use the PopupForeColor property to specify the foreground color for the drop down menus. Use the ShadowColor property to specify the color used to paint the shadow on the left side of the drop down menu, when Appearance property is Flat. Use the Visibility property to specify the drop down visibility. Use the ItemHeight property to specify the height for all items.

The following screen shot shows the control when Appearance property is Flat:

The following screen shot shows the control when Appearance property is Normal:

The following screen shot shows the control when Appearance property is Button: