AppBar.show method
[show is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. Instead, use open. ]
If the app bar is not disabled, shows the app bar on Windows and shows the secondary command menu on Windows Phone.
Syntax
appBar.show();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
Listen for the onaftershow event if you want to perform an action after the app bar is displayed.
Requirements
Minimum supported client |
Windows 8 [Windows Store apps only] |
Minimum supported server |
Windows Server 2012 [Windows Store apps only] |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
WinJS.UI |
Library |
Ui.js |
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