This document is archived and information here might be outdated.  Recommended version.


esriControlsDropAction Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

esriControlsDropAction Constants

Drop action options when data is being dragged over the control.

Constant Value Description
esriDropEnter 0 The mouse pointer has just entered the controls window.
esriDropOver 1 The mouse pointer is moving over the controls window.
esriDropLeave 2 The mouse pointer has left the controls window or the drag and drop has been cancelled.
esriDropped 3 The data has been dropped onto the control.

Product Availability

Available with ArcGIS Engine.

.NET Related Topics

How to drop data onto the MapControl