Language: C#
Callisto Settings Code
// settings Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView().CommandsRequested += (s, args) => { var _Command = new Windows.UI.ApplicationSettings.SettingsCommand("A", "Settings", (x) => { new Callisto.Controls.SettingsFlyout { FlyoutWidth = Callisto.Controls.SettingsFlyout.SettingsFlyoutWidth.Narrow, HeaderText = "Settings", Content = new Flyouts.Settings(), IsOpen = true, }; }); args.Request.ApplicationCommands.Add(_Command); };
Tags:
Report Abuse
Subscribe
Discuss
News
About
New Snippet
Recent Snippets
My Snippets
Favorites
Web Code
Search
Copy
Line#