Home All Groups Group Topic Archive Search About

How to assign access key to MenuItem

Author
3 Oct 2006 1:21 PM
leeyu04
Is it possible to assign an access key to a MenuItem in the ASP.NET 2.0 Menu control on a web form?

Author
4 Oct 2006 3:55 PM
ReyN
I don't think so

AccessKey is typically used to specify the keyboard shortcut for
quickly navigating to a Web server control, not to individual items in
the control..

btw, the Menu control as a whole supports the Accesskey property, but I
don't see much use for that :)