MenuBar

Introduction

The MenuBar control represents a user interface area which is the entry point for menus with their menu items. You need menu bars for applications which shall offer a set of actions you would like to provide in a structured way.

Example

In this example with use case project management, a menu bar with two menus is shown. The first menu has a sub-menu with several menu items, and one of these items has some sub-items again.

You can find more details on how to use menus on the corresponding Menu demokit page.

Keyboard Support

It is possible to navigate between the entries via the Arrow left and Arrow right keys step by step. Using the Pos 1 and End keys, you can directly jump to the first or last entry. With Space, Enter, Arrow down or ALT + Arrow down, the menu of the currently focused entry can be opened. For the keyboard support of the Menu control, refer to Menu.

ARIA Support

The MenuBar control implements the the ARIA role menubar. For the ARIA Support of the Menu control refer to the corresponding Demo Kit Page.

API Documentation

See API documentation