property ExMenu.SelBackColor as Color
Retrieves or sets a color that indicates the selection's background color.

TypeDescription
Color A color expression that the selection's background 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.

Use the SelBackColor and SelForeColor properties to define colors for selected item. If the menu's Appearance property is Flat, the control draws a highlight border around the selected item. Use the HighLightBorderColor property to change the highlight border's color. Use the BackColor and ForeColor properties to customize the menu's colors. 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. Use the BackColor property to specify the item's background color.