AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : CancelRemove Property |
Visual Basic |
---|
Public Property CancelRemove As Boolean |
When this property is False, the event message defined by the CancelMode property is removed from the message queue when an operation is canceled.
For example, if the CancelLoad property is True and the CancelMode property is 1-Esc, pressing the Esc key during an image load or decompression causes the load or decompression process to stop. If the CancelRemove property is False, the Esc key message will also be sent to the application. If this property is True, the Esc key message will be removed from the message queue and it will not be sent to the application.