NavBar.showCommands method
[NavBar is no longer available for use as of Windows Library for JavaScript (WinJS) 4.2. Instead, use SplitViewCommand. ]
Shows the specified commands in the NavBar.
Syntax
navBar.showCommands(commands, immediate);
Parameters
commands
Type: ArrayThe commands to show. The array elements can be NavBarCommand objects or command ID strings.
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 2.0 |
Namespace |
WinJS.UI |
See also
Your first app - Part 3: PageControl objects and navigation
Navigating between pages (HTML)
Navigation and navigation history sample
Designers
Bottom app bar
Top app bar