Provides access to members that control ToolbarControl items.
Product Availability
Available with ArcGIS Engine.
Description
A ToolbarItem represents a Command, Tool, ToolControl, MultiItem, Menu or Palette on the ToolbarControl.
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. | |
ItemObject | The Command, Tool, ToolControl, ToolbarMenu, ToolbarPalette or MultiItem used by the item. | |
Menu | If the item is a menu, this property is a ToolbarMenu object. | |
MultiItem | If the item is a multi-item, this property is a MultiItem object. | |
Palette | If the item is a palette, this property is a ToolbarPalette object. | |
Style | The style of the item. Displays a combination of text caption and bitmap. | |
Type | The type of item | |
UID | The UID of the command used by the item, which may be empty. |
Inherited Interfaces
Interfaces | Description |
---|---|
IToolbarItem | Provides access to members that control ToolbarControl items. |
CoClasses that implement IToolbarItem2
CoClasses and Classes | Description |
---|---|
ToolbarItem | ToolbarItems used by the ToolbarControl. |