xaml,windows-phone,windows-phone-8.1,togglebutton,commandbar
I reported that on MSDN forums, and they filed this bug to fix it. Here's the link: https://social.msdn.microsoft.com/Forums/en-US/79bd05b4-1bb7-4d32-af62-713db580f80f/appbartogglebutton-issue-false-checking?forum=wpdevelop&prof=required Unfortunately, there's no way to fix that inside our apps for now according to them. I hope that this gets fixed fast, but I'm afraid that it's get fixed only on future...
I managed to achieve a similar effect by placing labels of a different color at the top of the form, then assign custom context menus to appear on left click. This is similar to the code found here: How to add a menu item to the default right click context...
excel,vba,excel-vba,ribbon,commandbar
This hides almost everything - maybe helps: <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon startFromScratch="true"> <qat> <documentControls> <control idMso="WindowSwitchWindowsMenuExcel" screentip="SWITCH EXCEL FILE" supertip="Click here to switch from this workbook to another open excel file."/> <control idMso="FilePrint" screentip="PRINT FILE" supertip="Click here to enable the print menu."/> </documentControls> </qat> </ribbon> </customUI> ...