AppBarCommand.flyout property
Gets or sets a Flyout object that is displayed when the AppBarCommand is invoked.
Syntax
<button
data-win-control="WinJS.UI.AppBarCommand"
data-win-options="{
type:'flyout',
flyout: value}">
</button>
var flyout = appBarCommand.flyout;
appBarCommand.flyout = flyout;
Property value
Type: Flyout**
The Flyout associated with this command. This is valid only when the command type is "flyout".
Requirements
Minimum WinJS version |
WinJS 1.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