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

TypeDescription
Color A color expression that indicates the foreground color for the selected item.

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 ForeColor property to specify the item's foreground color. Use the SelectOn property to specify whether the control selects an item if the user presses or releases the mouse button.