property ExMenu.ShadowColor as Color
Specifies the shadow color.

TypeDescription
Color A color expression that defines the shadow color. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.

The control draws the left border fro the drop down menu, when the menu's Appearance property if Flat. Use the ItemHeight property to specify the height for all items. Use the SelBackColor and SelForeColor properties to define colors for selected item. The control fires the Select event when the user selects an item. The control displays a highlight border around the selected item ( HighLightBorderColor property ), when the menu's Appearance property if Flat. 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.