I would like to be able to press a button to disable the menu bar in my application. If you go
menubar.IsVisible = false;
it throws a null refe
Nevermind, I found it. You can't call the name you've given it, have to use applicationbar.isivisble = false
applicationbar.isivisble = false