Matt harrington health refactored 13 may-2013

Preview:

Citation preview

demo

HTML:

<div data-win-control="WinJS.UI.Toggle"

data-win-options="{title: 'Wi-fi networking'}"

id="myToggle"

</div>

myToggle "change"

<ToggleSwitch

Header="Wi-fi networking"

x:Name="MyToggle"

/>

MyToggle.Toggled += new RoutedEventHandler(ToggleWifi);

From

KevinAshley.com

http://buildwindows.com

Clear ButtonSpell Checking

Reveal Button

Recommended