This document is archived and information here might be outdated. Recommended version. |
Toolbar docking flags.
Constant | Value | Description |
---|---|---|
esriDockHide | 0 | Hides the toolbar. |
esriDockShow | 1 | Shows the toolbar. |
esriDockLeft | 2 | Docks the toolbar on the left side of the application. |
esriDockRight | 4 | Docks the toolbar on the right side of the application. |
esriDockTop | 8 | Docks the toolbar on the top of the application. |
esriDockBottom | 16 | Docks the toolbar on the bottom of the application. |
esriDockFloat | 32 | Floats the toolbar. |
esriDockToggle | 64 | Toggles the toolbar visibility. |
esriDockTabbed | 128 | Tabbed in with |
esriDockUnPinned | 256 | Tabbed in with |