Menu.showCommands method
Shows the specified commands of the Menu.
Syntax
menu.showCommands(commands, immediate);
Parameters
commands
Type: ArrayThe commands to show. The array elements may be Menu objects, or the string identifiers (IDs) of commands.
immediate
Type: BooleanThe parameter immediate is not supported and may be altered or unavailable in the future.
true to show the commands immediately, without animating them; otherwise, false.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
MenuCommand
Designers
Guidelines for flyouts
Guidelines for context menus