com.esri.arcgis.controls
Interface esriControlsDropAction

All Superinterfaces:
Serializable

public interface esriControlsDropAction
extends Serializable

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

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriDropEnter
          The mouse pointer has just entered the controls window.
static int esriDropLeave
          The mouse pointer has left the controls window or the drag and drop has been cancelled.
static int esriDropOver
          The mouse pointer is moving over the controls window.
static int esriDropped
          The data has been dropped onto the control.
 

Field Detail

esriDropEnter

static final int esriDropEnter
The mouse pointer has just entered the controls window.

See Also:
Constant Field Values

esriDropOver

static final int esriDropOver
The mouse pointer is moving over the controls window.

See Also:
Constant Field Values

esriDropLeave

static final int esriDropLeave
The mouse pointer has left the controls window or the drag and drop has been cancelled.

See Also:
Constant Field Values

esriDropped

static final int esriDropped
The data has been dropped onto the control.

See Also:
Constant Field Values