Adds an item.
list.Add( nKey, nFlags, nCommand );
list.Add nKey, nFlags, nCommand
nKey
Specifies the key of the item to add.
nFlags
Specifies a combination of the following values.
| eeVirtualKey | Specifies the Key member of the object is a virtual-key code. If this flag is not specified, the Key member of the object is assumed to specify a character code. |
| eeShift | Specifies the SHIFT key must be held down when the accelerator key is pressed. |
| eeCtrl | Specifies the CTRL key must be held down when the accelerator key is pressed. |
| eeAlt | Specifies the ALT key must be held down when the accelerator key is pressed. |
nCommand
Specifies the command ID of the item to add.
Supported on EmEditor Professional Version 7.00 or later.
Send feedback on this topic to Emurasoft