Gets a value that indicates whether the object(s) being dragged can be dropped on the target container.
public bool CanDrop { get; }
Public ReadOnly Property CanDrop As Boolean
public bool CanDrop {get;}
public boolean canDrop()
get_CanDrop();
public:
property bool CanDrop
{
bool get()
}
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