Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Abort Property

Show in webframe
Gets or a sets a value that indicate whether drag/drop operation is to be aborted.
Syntax
get_abort();
set_abort(value);
Object.defineProperty('abort');

Property Value

TypeDescription
booleantrue if the drag/drop operation is to be aborted, otherwise; false. Default value is false.
Example

For an example, refer to ImageViewerDragInteractiveMode.

See Also

Reference

ImageViewerItemDragDropEventArgs Object
ImageViewerItemDragDropEventArgs Members

Error processing SSI file