Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ContextMenu[CurrentContext][Entries][Remove] - Remove an entry in the context menu
Calling Sequence
Entries[Remove](action)
Parameters
action
-
string or list(string); menu entry to be removed
Description
The Entries[Remove] command removes all references to an entry from the context menu for the current session. The effect of this command is not permanent unless you save the menu to a repository using ContextMenu[Save].
The parameter action specifies the action or actions to remove. If action is a string, any entry in the top-level context menu with this name will be removed. If action is a list of strings, this is interpreted as a hierarchical sequence of submenus starting from the top-level menu. Any menu entries whose submenu entry sequence begins with action will be removed.
Examples of Entries[Remove]
with(ContextMenu[CurrentContext]):
Remove the top-level menu entry that negates a boolean value.
Entries[Remove]("Negate");
Remove the submenu entry that sorts a list in ascending order.
Entries[Remove](["Sorts", "Ascending Order"]);
See Also
ContextMenu, ContextMenu[CurrentContext], Entries/Add, Entries/Disable
Download Help Document