Returns a specific Item object giving its identifier or caption.
Type
Description
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.
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 eXRibbon is
that the first look in the specified Items collection, while the second is
looking for all Items in the menu object.