MenuCommand.flyout property
Gets or sets the Flyout object displayed by this command. The specified flyout is shown when the MenuCommand's button is invoked.
Syntax
var flyout = menuCommand.flyout;
menuCommand.flyout = flyout;
Property value
Type: Flyout**
The Flyout associated with this command. This is valid only when the type is "flyout". You can set this property to the string ID of the Flyout, the DOM object that hosts the Flyout, or the Flyout object itself.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |
See also
Designers
Guidelines for flyouts
Guidelines for context menus