property ExContextMenu.Appearance as MenuBorderEnum
Retrieves or sets the control's appearance.

TypeDescription
MenuBorderEnum A MenuBorderEnum expression that specifies the menu's frame appearance, or a color expression whose last 7 bits in the high significant byte of the value indicates the index of the skin in the Appearance collection, being displayed as control's borders. For instance, if the Appearance = 0x1000000, indicates that the first skin object in the Appearance collection defines the control's border.  The Client object in the skin, defines the client area of the control. The list/hierarchy, scrollbars are always shown in the control's client area. The skin may contain transparent objects, and so you can define round corners. The normal.ebn file contains such of objects. Use the eXButton's Skin builder to view or change this file
By default, the Appearance property is ShadowBorder. The Appearance property specifies the menu's frame appearance. The SelBackColor property specifies the visual appearance of the item being selected / highlighted. The BackColor property specifies the control's background color. The Background property specifies the visual appearance for different parts of the control, including the radio-buttons, check-boxes or separator items. The LocalAppearance property specifies the visual appearance of the local popup. The PopupAppearance specifies a different visual appearance for the current submenu. When using EBN appearance, using the PopupAppearance, LocalAppearance or Appearance, the distance between margins/borders and items client area is indicated by the client object of the skin/ebn object.

The following screen shot shows the control's frame as displayed by default:

The following screen shot shows the control's frame using a different EBN file: