MenuItem.Remove
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MenuItem.RemoveMenuAt as a replacement. |
Method
Removes the MenuItem specified by its position (index).
Example
This example removes the Select All menu item from the Edit menu.
EditMenu.Remove(3)
Method
Removes the MenuItem specified by reference.