The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: Array
The commands to show. The array elements can be NavBarCommand objects or command ID strings.
- immediate
-
Type: Boolean
The 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
- NavBar
- NavBarCommand
- NavBarContainer
- BackButton
- AppBar
- Your first app - Part 3: PageControl objects and navigation
- Navigating between pages (HTML)
- Adding app bars
- Adding nav bars
- HTML AppBar control sample
- HTML NavBar control sample
- Navigation and navigation history sample
- Designers
- Command patterns
- Navigation patterns
- Guidelines for app bars
- Bottom app bar
- Top app bar
Show: