Represents an object that connects a command and an accelerator (hot key). Pressing
this key executes the command.
Properties
Name |
Type |
Description |
Accel |
Accel |
Accelerator (hot key).
|
Command |
BindCmd |
Command. It will be executed when the accelerator key is pressed.
|