This document is archived and information here might be outdated. Recommended version. |
ToolbarControl item type options.
Constant | Value | Description |
---|---|---|
esriToolbarItemUnknown | 0 | The item is not initialised. |
esriToolbarItemCommand | 1 | The item is a single click command implementing ICommand. |
esriToolbarItemTool | 2 | The item is a tool implementing ICommand and ITool. |
esriToolbarItemToolControl | 3 | The item is a tool control. |
esriToolbarItemMenu | 4 | The item is a ToolbarMenu. |
esriToolbarItemPalette | 5 | The item is a ToolbarPalette. |
esriToolbarItemMultiItem | 6 | The item is a ToolbarMultiItem. |