property ExContextMenu.Font as IFontDisp
Retrieves or sets the control's font.

TypeDescription
IFontDisp A Font object to be used to shown the control items.
Use the Font property to specify a different font to show the items in the context menu. The Font's height controls the height of the items in the control. You can use the <font> HTML tag to specify a different font for a specified item in the Caption property. The ForeColor property of the control specifies the foreground color of items in the control.