MenuItem.Item
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MenuItem.MenuAt as a replacement. |
Method
Item returns as a MenuItem the item indicated by its index (zero-based).
Notes
If the passed index is out of range, an OutOfBoundsException is raised.
Example
The following example gets the MenuItem corresponding to the Cut item on the Edit menu by position: