Adding app bars and commands (Windows Store apps using JavaScript and HTML)

0 out of 1 rated this helpful - Rate this topic

Most apps provide commands for users to invoke. The topics in this section describe app bars and context menus, which can be used to provide commands to users.

In this section

TopicDescription

Adding login controls

Provides guidance for designing controls that enable users to easily and reliably log in and logout of your apps.

Adding header menus

A header menu is part of the hierarchical navigation pattern for Windows Store apps. It offers the user a shortcut to navigate to different sections of your app without needing to click the back button and drill into another section. The items in the header menu should match the sections of your hub that the user can drill into. At the bottom of the list, you should include an item to return to your hub, or home.

Adding app bars

The app bar is a bar for commands that appears at the bottom of the screen. The app bar shows on right-click, or when the user swipes from the bottom or top of the screen. App bars can also be used for navigation at the top of the screen.

Adding context menus

The context menu is a lightweight menu that gives users immediate access to actions (like clipboard commands) on text or UI objects in apps. The system provides apps with default context menus for text and hyperlinks.

 

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.