SettingsFlyout.hide method

[settingFlyout is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0 Preview.]

Hides the SettingsFlyout, if visible, regardless of other states.

Syntax

settingsFlyout.hide();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

If you want to perform an action after hiding an overlay, use the onafterhide event.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

SettingsFlyout