com.esri.arcgis.systemUI
Interface esriCmdBarType

All Superinterfaces:
Serializable

public interface esriCmdBarType
extends Serializable

Commandbar types.

Remarks

Use the esriCmdBarType enumeration with the ICommandBars::Create method or the IToolControl::OnDrop method.

esriCmdBarTypeToolbar Command bar type is a toolbar.
esriCmdBarTypeMenu Command bar type is a menu.
esriCmdBarTypeShortcutMenu Command bar type is a shortcut menu.

Note: Do not use the esriCmdBarTypeMenu enumeration with the ICommandBars::Create method to create a new menu. You should use the ICommandBar::CreateMenu method instead.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
IToolControl.onDrop(int), com.esri.arcgis.systemUI.ICommandBars

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