MarqueeElement.accessKey Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the shortcut key, also known as the accelerator key, for a specified object.

Syntax

expression.accessKey

expression   Required. A variable that represents a MarqueeElement object.

Remarks

Setting the accessKey property for an object sets the value of the accessKey attribute for an element. When a page is viewed in a browser, a user can press the ALT key plus the value of the accessKey attribute to move to the element or, in some cases, to trigger an event associated with the element.

See Also