Gets a value that indicates whether the object(s) being dragged can be dropped on the target container.
Object.defineProperty(AnnDragDropEventArgs.prototype, 'canDrop',
get: function()
)
canDrop: boolean; // read-only
true if the object(s) being dragged can be dropped on the target container; otherwise, false.
CanDrop is set automatically by AnnAutomation depending on current location of the drag operation and the value of EnablePartialDrop. The application can use this property to change the mouse cursor for feedback.
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