com.esri.arcgis.catalog
Interface esriDoubleClickResult

All Superinterfaces:
Serializable

public interface esriDoubleClickResult
extends Serializable

Object Filter Double-Click Result.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriDCRChooseAndDismiss
          Choose the object that was double-clicked, and dismiss the dialog.
static int esriDCRDefault
          Let the dialog handle the double-click in a default manner.
static int esriDCRNothing
          Do nothing in response to the double-click.
static int esriDCRShowChildren
          Open the object that was double-clicked, and display its children.
 

Field Detail

esriDCRDefault

static final int esriDCRDefault
Let the dialog handle the double-click in a default manner.

See Also:
Constant Field Values

esriDCRChooseAndDismiss

static final int esriDCRChooseAndDismiss
Choose the object that was double-clicked, and dismiss the dialog.

See Also:
Constant Field Values

esriDCRShowChildren

static final int esriDCRShowChildren
Open the object that was double-clicked, and display its children.

See Also:
Constant Field Values

esriDCRNothing

static final int esriDCRNothing
Do nothing in response to the double-click.

See Also:
Constant Field Values