com.esri.arcgis.framework
Interface esriDockFlags

All Superinterfaces:
Serializable

public interface esriDockFlags
extends Serializable

Toolbar docking flags.

Remarks

Use the esriDockFlags enumeration with the ICommandBar::Dock method.

esriDockHide Hides the command bar.
esriDockShow Shows the command bar.
esriDockLeft Docks the command bar on the left side of the application.
esriDockRight Docks the command bar on the right side of the application.
esriDockTop Docks the command bar on the top of the application.
esriDockBottom Docks the command bar on the bottom of the application.
esriDockFloat Puts the command bar in a floating state.
esriDockToggle Toggles the command bar's visibility.

Note: The Main menu bar can never be hidden.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
ICommandBar.dock(int, com.esri.arcgis.framework.ICommandBar)

Field Summary
static int esriDockBottom
          Docks the toolbar on the bottom of the application.
static int esriDockFloat
          Floats the toolbar.
static int esriDockHide
          Hides the toolbar.
static int esriDockLeft
          Docks the toolbar on the left side of the application.
static int esriDockRight
          Docks the toolbar on the right side of the application.
static int esriDockShow
          Shows the toolbar.
static int esriDockTabbed
          Tabbed in with
static int esriDockToggle
          Toggles the toolbar visibility.
static int esriDockTop
          Docks the toolbar on the top of the application.
static int esriDockUnPinned
          Tabbed in with
 

Field Detail

esriDockHide

static final int esriDockHide
Hides the toolbar.

See Also:
Constant Field Values

esriDockShow

static final int esriDockShow
Shows the toolbar.

See Also:
Constant Field Values

esriDockLeft

static final int esriDockLeft
Docks the toolbar on the left side of the application.

See Also:
Constant Field Values

esriDockRight

static final int esriDockRight
Docks the toolbar on the right side of the application.

See Also:
Constant Field Values

esriDockTop

static final int esriDockTop
Docks the toolbar on the top of the application.

See Also:
Constant Field Values

esriDockBottom

static final int esriDockBottom
Docks the toolbar on the bottom of the application.

See Also:
Constant Field Values

esriDockFloat

static final int esriDockFloat
Floats the toolbar.

See Also:
Constant Field Values

esriDockToggle

static final int esriDockToggle
Toggles the toolbar visibility.

See Also:
Constant Field Values

esriDockTabbed

static final int esriDockTabbed
Tabbed in with

See Also:
Constant Field Values

esriDockUnPinned

static final int esriDockUnPinned
Tabbed in with

See Also:
Constant Field Values