SettingsFlyout.Hide Method

Definition

Closes the Settings flyout.

public:
 virtual void Hide() = Hide;
void Hide();
public void Hide();
function hide()
Public Sub Hide ()

Remarks

By default, the settings flyout is dismissed when the user presses the back button, and is always light-dismissed when the user taps outside of it. In most cases, you will not need to call the Hide method to dismiss the settings flyout.

Calling the Hide method has the same behavior as light dismiss. It always returns the user to your app and closes the settings pane, regardless of whether the settings flyout was opened by calling Show or ShowIndependent.

Applies to