SettingsFlyout.show method
[settingFlyout is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0 Preview.]
Shows the SettingsPane UI, if hidden, regardless of other state.
Syntax
settingsFlyout.show();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
The Show method will detect if the current app is in the foreground and is not snapped before attempting to display the pane.
If you want to perform an action after showing an overlay, use the onaftershow event.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |