ArcObjects Library Reference (Controls)  

esriControlsDragDropEffect Constants

Drop effect options while drag-drop is in progress.

Constant Value Description
esriDragDropNone 0 The control cannot accept the data.
esriDragDropCopy 1 The drop results in a copy. The original data is untouched by the drag source.
esriDragDropMove 2 The source of the drag should remove the data.
esriDragDropLink 4 The drag results in a link to the original data.

Product Availability

Available with ArcGIS Engine.

.NET Related Topics

How to drop data onto the MapControl