Gets or sets access key for menu item. If user press specified keyboard shortcut then focus moves on this menu item. If menu item locates in sub menu then path hierarchy of the submenus will be opened to display menu item.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function get_accessKey();
function set_accessKey(value);

See Also