| AccusoftImagXpress13 ActiveX DLL : enumCancelMode Enumeration |
| Member | Value | Description |
|---|---|---|
| CM_EnterKey | 2 | On pressing the enter key. |
| CM_ESCKey | 1 | On pressing the escape key. |
| CM_KeyOrButton | 8 | On any key or button press. |
| CM_KeyOrMove | 9 | On any key press or move. |
| CM_KeyPress | 4 | On any key press. |
| CM_MouseLeft | 5 | On pressing the left mouse button. |
| CM_MouseMove | 7 | On moving the mouse. |
| CM_MouseRight | 6 | On pressing the right mouse button. |
| CM_None | 0 | No event cancels. |
| CM_SpaceKey | 3 | On pressing the space key. |