[This is preliminary documentation and is subject to change.]
Gets the menu shortcut keys for this command (e.g. Keys.F5).
| C# | Visual Basic | Visual C++ |
public virtual Keys ShortcutKeys { get; protected set; }
Public Overridable Property ShortcutKeys As Keys
public: virtual property Keys ShortcutKeys { Keys get (); void set (Keys value); }
The shortcut keys for this command (the default is Keys.None).