property ExContextMenu.ForeColor as Color
Specifies the control's foreground color.

TypeDescription
Color A Color expression that specifies the control's foreground color.
The ForeColor property specifies the control's foreground color. The BackColor property specifies the control's background color. The SelBackColor property specifies the visual appearance of the item being selected / highlighted. The SelForeColor property specifies the foreground color of the item being selected / highlighted. The Background property specifies the visual appearance for different parts of the control. The Appearance property specifies the menu's frame appearance. You can use the <fgcolor> HTML tag to specify a different foreground colot for a specified item in the Caption property. The ForeColor property of the Item object specifies a different foreground color for the entire item.