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.
SettingsFlyout.hidden property

[settingFlyout is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0 Preview.]
Gets whether the SettingsFlyout is hidden.
Syntax
<div data-win-control="WinJS.UI.SettingsFlyout" data-win-options="{ hidden : value}" />
var hidden = settingsFlyout.hidden;
Property value
Type: Boolean
true if the SettingsFlyout is currently hidden; false if visible.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: