MenuItems Collection
Visio Automation Reference |
Contains a MenuItem object for each command on a Microsoft Office Visio menu.
Version Information
Version Added: Visio 4.0
Remarks
To retrieve a MenuItems collection, use the MenuItems property of a Menu object or a MenuItem object.
The default property of a MenuItems collection is Item.
Unlike other Visio collections, the MenuItems collection is indexed starting with zero (0) rather than 1.
See Also