I used a ribbon XML file to create a custom tab containing a togglebutton switch. The button is designed to switch the visibility of a custom taskbar and works great. The problem is that when the user closes the user taskbar, the toggle button is now out of sync. How to programmatically access a switch so that I can change its IsChecked value?
Keith source
share