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

WebControl.Shortcut Property

Get a Shortcut object through which you can get or set the keyboard short cut for this control.

[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

WebControl Class | EO.Web Namespace


Direct link to this topic