Leadtools.Annotations.Automation.AnnDragDropOperation = function() { };
Leadtools.Annotations.Automation.AnnDragDropOperation.prototype = {
enter = 0,
leave = 1,
over = 2,
drop = 3,
};
Value | Member | Description |
---|---|---|
0 | enter | The object is entering the operation container. |
1 | leave | The object is leaving the operation container. |
2 | over | The object is hovering over the operation container. |
3 | drop | The object is dropped on the operation container. |