The AllowKeysEnum type supports the following values:


| Name | Value | Description | |||
| exDisallow | 0 | The operation is not allowed. | |||
| exLeftClick | 1 | The operation starts once the user clicks the left mouse button. | |||
| exRightClick | 2 | The operation starts if the user clicks the right mouse button. | |||
| exMiddleClick | 3 | The operation starts if the user clicks the middle mouse button. | |||
| exSHIFTKey | 8 | The operation may start only if the user presses the SHIFT key. | |||
| exCTRLKey | 16 | The operation may start only if the user presses the CTRL key. | |||
| exALTKey | 32 | The operation may start only if the user presses the ALT key. | |||
| exDblClick | 64 | The operation starts only if the user double clicks, instead single click. |