Menu.showOnlyCommands method

Shows the specified commands of the Menu while hiding all other commands.
Syntax
menu.showOnlyCommands(commands, immediate);
Parameters
- commands
-
Type: Array
The commands to show. The array elements may be MenuCommand objects, or the string identifiers (IDs) of commands.
- immediate
-
Type: Boolean
The parameter immediate is not supported and may be altered or unavailable in the future.
true to show the specified commands (and hide the others) 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
- Menu
- MenuCommand
- WinJS.UI Namespace
- MenuCommand
- Flyout
- Displaying popups
- Laying out your UI
- HTML flyout control sample
- Designers
- Command patterns
- Flyout
- Guidelines for flyouts
- Context menu
- Guidelines for context menus