C# Class InTheHand.UI.ApplicationSettings.SettingsPane

A static class that enables the app to control the Settings page. The app can add or remove commands, receive a notification when the user opens the pane, or open the page programmatically.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later tvOStvOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later
Mostra file Open project: inthehand/Charming Class Usage Examples

Public Methods

Method Description
GetForCurrentView ( ) : SettingsPane

Gets a SettingsPane object that is associated with the current app.

Show ( ) : void

Displays the Settings page to the user.

Private Methods

Method Description
OnCommandsRequested ( ) : IList
SettingsPane ( ) : System
SettingsPane_CommandsRequested ( Windows sender, Windows args ) : void

Method Details

GetForCurrentView() public static method

Gets a SettingsPane object that is associated with the current app.
public static GetForCurrentView ( ) : SettingsPane
return SettingsPane

Show() public static method

Displays the Settings page to the user.
public static Show ( ) : void
return void