Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItem.Shortcut Property

Gets or sets the Shortcut structure that is used to define keyboard shortcut for an item.

[Visual Basic]
Public Property Shortcut As Shortcut
[C#]
public Shortcut Shortcut {get; set;}

Remarks

The short cut can be a single character, number, F1 - F12, ENTER, BACKSPACE, TAB, ESC, INSERT, DELETE, HOME, END and them prefixed with Ctrl, Shift or Alt. For example, "Ctrl+A" or "Shift+DELETE".

Shortcut is not case sensitive.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic