Menu.hideCommands method
Hides the specified commands of the Menu.
Syntax
menu.hideCommands(commands, immediate);
Parameters
commands
Type: ArrayThe commands to hide. The array elements may be MenuCommand 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 hide 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