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

AnnDragDropOperation Enumeration

Show in webframe
Specifies the current operation for a drag and drop event.
Syntax
Leadtools.Annotations.Automation.AnnDragDropOperation = function() { };
Leadtools.Annotations.Automation.AnnDragDropOperation.prototype = {
	enter = 0,
	leave = 1,
	over = 2,
	drop = 3,
	
 };
Members
ValueMemberDescription
0enterThe object is entering the operation container.
1leaveThe object is leaving the operation container.
2overThe object is hovering over the operation container.
3dropThe object is dropped on the operation container.
See Also

Reference

Leadtools.Annotations.Automation Namespace

Error processing SSI file