Accusoft ImagXpress 13
CancelRemove Property
Description
Gets and sets the cancel remove flag.
Property Type
Read-write property
Syntax
Visual Basic
Public Property CancelRemove As Boolean
Return Type
A boolean expression specifying the cancel remove flag, as described in the remarks.
Remarks

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.

See Also

ImagXpress Object  | ImagXpress Members  | CancelMode Property  | CancelLoad Property  | Loading  | Saving

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback