MenuItem.Remove
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
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.