Item objects represent items, toggle items, user defined buttons in Toolbar, Graphics, and Table form objects, and submenus in the menu bar, toolbar, ribbon, and file menus. The following methods are available:
The Item class contains the following properties:
In order for an item to be enabled, the enabled property needs to have the value
on for the item itself as well as for all of its parents. In other words, disabling an item also disables all of its subitems.
Item objects for user-defined buttons do not have the title and
tooltip properties. For Table form objects, predefined items such as “move up” and “move down” do not have any modifiable properties.