Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Remove a menu item added with AddMenuItem
ResourceFunction["RemoveMenuItem"]["name"] removes the menu item "name" added with the resource function AddMenuItem. |
Add a menu item:
In[1]:= |
Remove the item:
In[2]:= |
Add two menu items and delete them:
In[3]:= |
In[4]:= |
RemoveMenuItem does not work for built-in menu items or any other items added outside ResourceFunction[“AddMenuItem”]:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License