property ExContextMenu.item (ID as Variant) as Item
Returns a specific Item object giving its identifier or caption.

TypeDescription
ID as Variant A Long expression that specifies the identifier of the item being requested or a String expression that specifies the caption of the item being requested.
Item An Item object with associated identifier. 
The Item property searches recursively the item with giving identifier/caption. The ID property of the Item object specifies the identifier of the item. The Caption property of the Item object specifies the caption of the item. The Item property gets the first Item object being found, if multiple objects with the same identifier are found, or Nothing, if no item with associated identifier is found. The Item property of the Items compared with the Item property of the eXContextMenu is that the first look in the specified Items collection, while the second is looking for all Items in the menu object.