com.esri.arcgis.arcmapui
Interface esriMxCustomizationEvent

All Superinterfaces:
java.io.Serializable

public interface esriMxCustomizationEvent
extends java.io.Serializable

Constants from esriMxCustomizationEvent' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Mx customization event types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriCEShowAddDataDialog
          Show Add Data Dialog.
static int esriCEShowDataFrameProperties
          Show Data Frame Properties.
static int esriCEShowLayersProperties
          Show Layer Properties.
 

Field Detail

esriCEShowDataFrameProperties

static final int esriCEShowDataFrameProperties
Show Data Frame Properties.

See Also:
Constant Field Values

esriCEShowAddDataDialog

static final int esriCEShowAddDataDialog
Show Add Data Dialog.

See Also:
Constant Field Values

esriCEShowLayersProperties

static final int esriCEShowLayersProperties
Show Layer Properties.

See Also:
Constant Field Values