Provides access to members that control ToolbarControl items. Note: the IToolbarItem interface has been superseded byIToolbarItem2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine.
Description
A ToolbarItem represents a Command, Tool, ToolControl, Menu or Palette item on the ToolbarControl. These items generally appear as buttons however, a ToolControl will provide its own window, and will typically be a combo box.
Members
Description | ||
---|---|---|
Command | The command used by the item. | |
CustomProperty | A property to associate data with an item. | |
Group | Indicates if a group separator exists to the left of the item on the ToolbarControl. | |
GroupSpacing | The width of the group separator in pixels if present. | |
Menu | If the item is a menu, this property is a ToolbarMenu object. | |
Style | The style of the item. Displays a combination of text caption and bitmap. | |
UID | The UID of the command used by the item, which may be empty. |
CoClasses that implement IToolbarItem
CoClasses and Classes | Description |
---|---|
ToolbarItem | ToolbarItems used by the ToolbarControl. |