Specifies shortcut keys that can be used by menu items.
[Visual Basic] Public Enum Shortcut [C#] public enum Shortcut [C++] public enum Shortcut
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the value of the Shortcut property of the MenuItem class.
Member Name | Description |
---|---|
AltBksp | The shortcut keys ALT+BACKSPACE. |
AltF1 | The shortcut keys ALT+F1. |
AltF10 | The shortcut keys ALT+F10. |
AltF11 | The shortcut keys ALT+F11. |
AltF12 | The shortcut keys ALT+F12. |
AltF2 | The shortcut keys ALT+F2. |
AltF3 | The shortcut keys ALT+F3. |
AltF4 | The shortcut keys ALT+F4. |
AltF5 | The shortcut keys ALT+F5. |
AltF6 | The shortcut keys ALT+F6. |
AltF7 | The shortcut keys ALT+F7. |
AltF8 | The shortcut keys ALT+F8. |
AltF9 | The shortcut keys ALT+F9. |
CtrlA | The shorcut keys CTRL+A. |
CtrlB | The shorcut keys CTRL+B. |
CtrlC | The shorcut keys CTRL+C. |
CtrlD | The shorcut keys CTRL+D. |
CtrlDel | The shortcut keys CTRL+DELETE. |
CtrlE | The shorcut keys CTRL+E. |
CtrlF | The shorcut keys CTRL+F. |
CtrlF1 | The shortcut keys CTRL+F1. |
CtrlF11 | The shortcut keys CTRL+F11. |
CtrlF12 | The shortcut keys CTRL+F12. |
CtrlF2 | The shortcut keys CTRL+F2. |
CtrlF3 | The shortcut keys CTRL+F3. |
CtrlF4 | The shortcut keys CTRL+F4. |
CtrlF5 | The shortcut keys CTRL+F5. |
CtrlF6 | The shortcut keys CTRL+F6. |
CtrlF7 | The shortcut keys CTRL+F7. |
CtrlF8 | The shortcut keys CTRL+F8. |
CtrlF9 | The shortcut keys CTRL+F9. |
CtrlG | The shorcut keys CTRL+G. |
CtrlH | The shorcut keys CTRL+H. |
CtrlI | The shorcut keys CTRL+I. |
CtrlIns | The shortcut keys CTRL+INSERT. |
CtrlJ | The shorcut keys CTRL+J. |
CtrlK | The shorcut keys CTRL+K. |
CtrlL | The shorcut keys CTRL+L. |
CtrlM | The shorcut keys CTRL+M. |
CtrlN | The shorcut keys CTRL+N. |
CtrlO | The shorcut keys CTRL+O. |
CtrlP | The shorcut keys CTRL+P. |
CtrlQ | The shorcut keys CTRL+Q. |
CtrlR | The shorcut keys CTRL+R. |
CtrlS | The shorcut keys CTRL+S. |
CtrlShiftA | The shortcut keys CTRL+SHIFT+A. |
CtrlShiftB | The shortcut keys CTRL+SHIFT+B. |
CtrlShiftC | The shortcut keys CTRL+SHIFT+C. |
CtrlShiftD | The shortcut keys CTRL+SHIFT+D. |
CtrlShiftE | The shortcut keys CTRL+SHIFT+E. |
CtrlShiftF | The shortcut keys CTRL+SHIFT+F. |
CtrlShiftF1 | The shortcut keys CTRL+SHIFT+F1. |
CtrlShiftF11 | The shortcut keys CTRL+SHIFT+F11. |
CtrlShiftF12 | The shortcut keys CTRL+SHIFT+F12. |
CtrlShiftF2 | The shortcut keys CTRL+SHIFT+F2. |
CtrlShiftF3 | The shortcut keys CTRL+SHIFT+F3. |
CtrlShiftF4 | The shortcut keys CTRL+SHIFT+F4. |
CtrlShiftF5 | The shortcut keys CTRL+SHIFT+F5. |
CtrlShiftF6 | The shortcut keys CTRL+SHIFT+F6. |
CtrlShiftF7 | The shortcut keys CTRL+SHIFT+F7. |
CtrlShiftF8 | The shortcut keys CTRL+SHIFT+F8. |
CtrlShiftF9 | The shortcut keys CTRL+SHIFT+F9. |
CtrlShiftG | The shortcut keys CTRL+SHIFT+G. |
CtrlShiftH | The shortcut keys CTRL+SHIFT+H. |
CtrlShiftI | The shortcut keys CTRL+SHIFT+I. |
CtrlShiftJ | The shortcut keys CTRL+SHIFT+J. |
CtrlShiftK | The shortcut keys CTRL+SHIFT+K. |
CtrlShiftL | The shortcut keys CTRL+SHIFT+L. |
CtrlShiftM | The shortcut keys CTRL+SHIFT+M. |
CtrlShiftN | The shortcut keys CTRL+SHIFT+N. |
CtrlShiftO | The shortcut keys CTRL+SHIFT+O. |
CtrlShiftP | The shortcut keys CTRL+SHIFT+P. |
CtrlShiftQ | The shortcut keys CTRL+SHIFT+Q. |
CtrlShiftR | The shortcut keys CTRL+SHIFT+R. |
CtrlShiftS | The shortcut keys CTRL+SHIFT+S. |
CtrlShiftT | The shortcut keys CTRL+SHIFT+T. |
CtrlShiftU | The shortcut keys CTRL+SHIFT+U. |
CtrlShiftV | The shortcut keys CTRL+SHIFT+V. |
CtrlShiftW | The shortcut keys CTRL+SHIFT+W. |
CtrlShiftX | The shortcut keys CTRL+SHIFT+X. |
CtrlShiftY | The shortcut keys CTRL+SHIFT+Y. |
CtrlShiftZ | The shortcut keys CTRL+SHIFT+Z. |
CtrlT | The shorcut keys CTRL+T. |
CtrlU | The shorcut keys CTRL+U |
CtrlV | The shorcut keys CTRL+V. |
CtrlW | The shorcut keys CTRL+W. |
CtrlX | The shorcut keys CTRL+X. |
CtrlY | The shorcut keys CTRL+Y. |
CtrlZ | The shorcut keys CTRL+Z. |
Del | The shortcut key DELETE. |
F1 | The shortcut key F1. |
F11 | The shortcut key F11. |
F12 | The shortcut key F12. |
F2 | The shortcut key F2. |
F3 | The shortcut key F3. |
F4 | The shortcut key F4. |
F5 | The shortcut key F5. |
F6 | The shortcut key F6. |
F7 | The shortcut key F7. |
F8 | [To be supplied.] |
F9 | The shortcut key F9. |
Ins | The shortcut key INSERT. |
None | No shortcut key is associated with the menu item. |
ShiftDel | The shortcut keys SHIFT+DELETE. |
ShiftF1 | The shortcut keys SHIFT+F1. |
ShiftF11 | The shortcut keys SHIFT+F11. |
ShiftF12 | The shortcut keys SHIFT+F12. |
ShiftF2 | The shortcut keys SHIFT+F2. |
ShiftF3 | The shortcut keys SHIFT+F3. |
ShiftF4 | The shortcut keys SHIFT+F4. |
ShiftF5 | The shortcut keys SHIFT+F5. |
ShiftF6 | The shortcut keys SHIFT+F6. |
ShiftF7 | The shortcut keys SHIFT+F7. |
ShiftF8 | The shortcut keys SHIFT+F8. |
ShiftF9 | The shortcut keys SHIFT+F9. |
ShiftIns | The shortcut keys SHIFT+INSERT. |
Namespace: System.WinForms
Assembly: System.WinForms.dll