Menu Navigation

Toolbar

Definition
In a GUI, menu navigation provides navigational links to the main areas of an application or OS.
Menu Navigation

Menu navigation is implemented by the menu bar. A menu bar consists of menu items. Each item contains the name of the page it, an icon representing it, or both. An application often has multiple menus, even on the same page.

The pattern is so ubiquitous that it takes some effort to imagine what an application without a menu bar would look like.

Examples

  • Almost every GUI application has a menu bar

How does it work?

Presents hierarchical or sequential choices and moves users between views or options based on selection and navigation rules.

  1. Wikipedia