Specifies the current operation for a drag and drop event.
lt.Annotations.Automation.AnnDragDropOperation = {
Enter: 0,
Leave: 1,
Over: 2,
Drop: 3
}
lt.Annotations.Automation.AnnDragDropOperation = {
Enter: 0,
Leave: 1,
Over: 2,
Drop: 3
}
Members
0 | Enter |
(0)The object is entering the operation container. |
1 | Leave |
(1)The object is leaving the operation container. |
2 | Over |
(2)The object is hovering over the operation container. |
3 | Drop |
(3)The object is dropped on the operation container. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET