C#
VB
Java
Objective-C
WinRT C#
C++
Specifies the current operation for a drag and drop event.
public enum AnnDragDropOperation
Public Enum AnnDragDropOperation
public enum AnnDragDropOperation
enum LTAnnDragDropOperation
public enum AnnDragDropOperation
Leadtools.Annotations.Automation.AnnDragDropOperation = function() { };
Leadtools.Annotations.Automation.AnnDragDropOperation.prototype = {<br/>
Enter = 0x00000000,
Leave = 0x00000001,
Over = 0x00000002,
Drop = 0x00000003,
};
public:
enum class AnnDragDropOperation sealed
Members
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. |
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