Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
ContextMenu[CurrentContext][Entries][Enable] - enable an entry in the context menu
Calling Sequence
Entries[Enable](action)
Parameters
action
-
string or list(string); menu entry to be enabled
Description
The Entries[Enable] command enables an entry to be displayed in the context menu. If a selected object satisfies the criteria for this entry's display, the entry will appear in a context menu.
The parameter action specifies the action or actions to enable. If action is a string, any entry in the top-level context menu with this name will be enabled. 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 enabled.
Examples of Entries[Enable]
with(ContextMenu[CurrentContext]):
Enable the top-level menu entry that negates a boolean value.
Entries[Enable]("Negate");
Enable the submenu entry that sorts a list in ascending order.
Entries[Enable](["Sorts", "Ascending Order"]);
See Also
ContextMenu, ContextMenu[CurrentContext], Entries/Add, Entries/Disable
Download Help Document