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

EnableDragDrop Property

Show in webframe
Gets or sets a value that indicates whether drag and drop is enabled in this AnnAutomation.
Syntax
get_enableDragDrop();
set_enableDragDrop(value);
Object.defineProperty('enableDragDrop');

Property Value

TypeDescription
booleantrue if drag and drop is enabled in this AnnAutomation; otherwise, false. Default value is false.
Remarks

When this value is true, the DragDrop event will trigger when the user drags an object outside its container and optionally into another container.

EnablePartialDrop controls the behavior when an object is dragged then dropped while its boundary is not completely enclosed in any container.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file