C#
VB
C++
Current drag/drop operation.
public enum ImageViewerItemDragDropOperation
Public Enum ImageViewerItemDragDropOperation
public enum class ImageViewerItemDragDropOperation sealed
Members
0 | DragEnter |
(0) The object is first dragged over the item. |
1 | DragOver |
(1) The object is dragging over the item. |
2 | DragLeave |
(2) The object is dragged out of the item. |
3 | DragDrop |
(3) The object is dropped on the item. |
For an example, refer to ItemDragDrop
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