Introduction
As the key to build successful rich web applications that behave closely with desktop's application functions, WebMenu provides comprehensive keyboard supports so that certain tasks can be easily invoked through combined keys. The keyboard supports intended to help people with disabilities, and to follow U.S. Section 508 Accessibility standard.
Supported Navigation Keys
The following is a list of supported navigation keys in WebMenu control implemented in this release.
The following keys are valid when the focus is at the WebMenuItem.
· Left Arrow Key Navigate to the Parent WebMenuItem.
· Right Arrow Key Navigate to the SubItem of the current WebMenuItem
· Up Arrow Key Navigate to the MenuItem above the current WebMenuItem
· Down Arrow Key Navigate to the MenuItem below the current WebMenuItem
Supported Access Keys
You can specify our own accelerator key by defining it in the AccessKey property inside every WebMenuItem. You can access to MenuBar through alt key (e.g. Alt + f for File)
Alt-key access is also supported for cross-frames. Any sub-frames will respond to the alt-key in parent level that contain Menu controls.
Supported Shortcut Keys
The following is a list of supported shortcut keys in WebMenu control implemented in this release.
- Esc Key Cancelling Menu
- Enter Key Invoking command of selected menu item
Related Articles
{Smart Keys}