ProcessKeyboardAcceleratorEventArgs.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the virtual key (used in conjunction with one or more modifier keys) for a keyboard shortcut (accelerator).
A keyboard shortcut is invoked when the modifier keys asssociated with the shortcut are pressed and then the non-modifier key is pressed at the same time. For example, Ctrl+C for copy and Ctrl+S for save.
public:
property VirtualKey Key { VirtualKey get(); };
VirtualKey Key();
public VirtualKey Key { get; }
var virtualKey = processKeyboardAcceleratorEventArgs.key;
Public ReadOnly Property Key As VirtualKey
Property Value
The virtual key.