AcceleratorKeyEventArgs.VirtualKey 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.
public:
property VirtualKey VirtualKey { VirtualKey get(); };
VirtualKey VirtualKey();
public VirtualKey VirtualKey { get; }
var virtualKey = acceleratorKeyEventArgs.virtualKey;
Public ReadOnly Property VirtualKey As VirtualKey
Property Value
The virtual key code (or ASCII/unicode character code depending on the EventType) for the accelerator key event.