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