Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanDrop Property

Show in webframe
Gets a value that indicates whether the object(s) being dragged can be dropped on the target container.
Syntax
get_canDrop();
Object.defineProperty('canDrop');

Property Value

TypeDescription
booleantrue if the object(s) being dragged can be dropped on the target container; otherwise, false.
Remarks

CanDrop is set automatically by AnnAutomation depending on current location of the drag operation and the value of EnablePartialDrop. The application can use this property to change the mouse cursor for feedback.

See Also

Reference

AnnDragDropEventArgs Object
AnnDragDropEventArgs Members

Error processing SSI file