c# - Metro App Conditionally Disable AppBar RightTapped event -
whenever right click detected on metro app, appbar
displayed.
how cancel/disable/prevent appbar
showing if righttapped
event triggered right clicking on specific control?
righttapped routed event , its event args includes handled property. in whatever command processing event, add together next code @ end suppress appbar.
e.handled = true;
c# windows-8 microsoft-metro windows-runtime appbar
No comments:
Post a Comment