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