Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to invoke the settings charm programmatically?

I want to invoke the settings charm from a click event.

like image 205
isa Avatar asked Aug 20 '12 20:08

isa


1 Answers

Check out the SettingsPane class: http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.applicationsettings.settingspane.aspx

It seems like calling the Show() method will do the trick.

like image 138
Jennifer Marsman - MSFT Avatar answered Sep 19 '22 12:09

Jennifer Marsman - MSFT