property ExContextMenu.Cursor as Variant
Gets or sets the cursor that is displayed when the mouse pointer hovers the control.

TypeDescription
Variant A String expression that defines the cursor to be shown when the cursor hovers the menu. The Valid values are listed bellow. Also the Cursor property could point to a cursor file to be loaded and shown while the cursor hovers the context menu.
By default, the Cursor property is "exDefault". Use the Cursor property to specify a different cursor when it hovers the menu control. Use the Cursor property of the Item object to specify a different cursor when it hovers the item only. 

The supported values are:

Any other value indicates the path to a cursor file to be displayed when the pointer hovers the menu control.