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 index.
Example
This code removes the Select All menu item from the Edit menu.
EditMenu.Remove(3)
Method
Removes the MenuItem specified by reference.
Method
Removes the MenuItem specified by the name.