struct ACCELERATOR
Important
The DualEngine API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, contact Microsoft Support.
Represents a keyboard accelerator (keyboard shortcut).
Summary
Members | Descriptions |
---|---|
eventType | The type of keyboard event that the accelerator is processed on. |
flags | The modifier keys present in the accelerator keystroke. |
keyCode | The virtual-key code of the keystroke. |
Members
eventType
The type of keyboard event that the accelerator is processed on.
public ACCELERATOREVENTTYPE eventType
flags
The modifier keys present in the accelerator keystroke.
public ACCELERATORFLAGS flags
keyCode
The virtual-key code of the keystroke.
public DWORD keyCode