Specifies the flags of the object.
n = item.Flags;
item.Flags = n;
n = item.Flags
item.Flags = n
n
Select 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. |
Supported on EmEditor Professional Version 7.00 or later.
Send feedback on this topic to Emurasoft