ContextMenu[Test]
GetGeneratedSubmenuAndAction
get generated submenu entries and actions
Calling Sequence
Parameters
Description
Examples
Compatibility
Test[GetGeneratedSubmenuAndAction]( expr, submenu )
expr
-
anything; expression to test
submenu
list; list containing the name of the submenu to retrieve
The Test[GetGeneratedSubmenuAndAction] command returns a representation of the context-sensitive submenu and each respective applied action that would be generated by the expression expr.
The GetGeneratedMenuAndAction command returns the entire generated context menu and the respective applied actions for a given expression:
The GetGeneratedSubmenuAndAction command retrieves a given submenu. For example, to get just the Plots submenu:
It is also possible to retrieve nested submenus:
The ContextMenu[Test][GetGeneratedSubmenuAndAction] command was updated in Maple 2017.
See Also
ContextMenu
ContextMenu[Test][GetGeneratedMenuAndAction]
ContextMenu[Test][GetGeneratedSubmenu]
ContextMenu[Test][ListMenuEntries]
ContextMenu[Test][TestAction]
Download Help Document