Flyout.hidden property

Gets a value that indicates whether the Flyout is hidden or in the process of becoming hidden.
Syntax
var hidden = flyout.hidden;
Property value
Type: Boolean
true if the Flyout is hidden or is becoming hidden; otherwise, false.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
- Flyout
- Menu
- MenuCommand
- Displaying popups
- Laying out your UI
- HTML flyout control sample
- Designers
- Command patterns
- Flyout
- Guidelines for flyouts
- Context menu
- Guidelines for context menus
Show: