com.esri.arcgis.systemUI
Interface esriCmdBarType

All Superinterfaces:
java.io.Serializable

public interface esriCmdBarType
extends java.io.Serializable

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

Description: 'Commandbar 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 esriCmdBarTypeMenu
          Menu commandbar type.
static int esriCmdBarTypeShortcutMenu
          Context menu commandbar type.
static int esriCmdBarTypeToolbar
          Toolbar commandbar type.
 

Field Detail

esriCmdBarTypeToolbar

static final int esriCmdBarTypeToolbar
Toolbar commandbar type.

See Also:
Constant Field Values

esriCmdBarTypeMenu

static final int esriCmdBarTypeMenu
Menu commandbar type.

See Also:
Constant Field Values

esriCmdBarTypeShortcutMenu

static final int esriCmdBarTypeShortcutMenu
Context menu commandbar type.

See Also:
Constant Field Values