I would like to be able to navigate through a webmenu using shortcuts keys, is there any way of adding shortcut/access keys to the menu items?
Ideally it would be like setting the AccessKey on a webimagebutton (it underlines that letter on the button and you press alt + letter to click the button.
Hello solarflare,
There is public property AccessKey for Item elements within a menu. This property acts as its name says. Just be aware that in FireFox the behavior for using access keys has been changed, and now this browser responds to "ALT + SHIFT + AccessKey", in order to resolve conflicts with existing FireFox shortcuts.
Hope this helps