Keyboard Navigation
7 Jun 20171 minute to read
The Menu control also provides support for keyboard navigation. In the Menu control, it is possible to control the entire menu control items by using the provided shortcut keys.
The various keyboard shortcuts available within the Menu control are discussed in the following table,
List of keyboard shortcut keys
Keys | Usage |
---|---|
Esc | Closes the opened Menu control. |
Enter | Selects the focused item. |
Up/left/down/right arrow keys | Navigates up or previous item. |
Down | Navigates down or next item. |
Left | Navigates to previous group. |
Right | Navigates to next group. |
NOTE
Need to set focus on Menu component to access the keyboard shortcuts.