com.esri.arcgis.controls
Interface esriControlsDragDropEffect

All Superinterfaces:
Serializable

public interface esriControlsDragDropEffect
extends Serializable

Drop effect options while drag-drop is in progress.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriDragDropCopy
          The drop results in a copy.
static int esriDragDropLink
          The drag results in a link to the original data.
static int esriDragDropMove
          The source of the drag should remove the data.
static int esriDragDropNone
          The control cannot accept the data.
 

Field Detail

esriDragDropNone

static final int esriDragDropNone
The control cannot accept the data.

See Also:
Constant Field Values

esriDragDropCopy

static final int esriDragDropCopy
The drop results in a copy. The original data is untouched by the drag source.

See Also:
Constant Field Values

esriDragDropMove

static final int esriDragDropMove
The source of the drag should remove the data.

See Also:
Constant Field Values

esriDragDropLink

static final int esriDragDropLink
The drag results in a link to the original data.

See Also:
Constant Field Values