Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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