Overview of the ContextMenu:-Test Subpackage
Calling Sequence
Description
List of Test Package Commands
Test:-command(arguments)
command(arguments)
The Test package is a collection of tools that allow you to programmatically retrieve information about the context-sensitive menus generated for a given expression.
Each command in the Test package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, Test:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
GetGeneratedMenu
GetGeneratedMenuAndAction
GetGeneratedSubmenu
GetGeneratedSubmenuAndAction
ListMenuEntries
TestAction
To display the help page for a particular Test command, see Getting Help with a Command in a Package.
See Also
ContextMenu
Test:-GetGeneratedMenu
Test:-ListMenuEntries
Test:-TestAction
Download Help Document