property Item.Cursor as Variant
Specifies the shape of the cursor when mouse hovers the item.

TypeDescription
Variant A String expression that defines the cursor to be shown when the cursor hovers the item. 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 item.
By default, the Cursor property is "exDefault". Use the Cursor property of the Item object to specify a different cursor when it hovers the item only. Use the Cursor property to specify a different cursor when it hovers the menu control.

The supported values are:

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