This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBars Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that work on the collection of commandbars.
CommandBars is a collection of all the toolbars available to a document. The ICommandBars interface allows you to set properties for all the commandbars and to create, find, or hide commandbars. Use IDocument::CommandBars to get a reference to the commandbars collection.
Description | ||
---|---|---|
Create | Creates a new blank toolbar or shortcut menu. | |
Find | Searches for the item specified by identifier. | |
HideAllToolbars | Hides all visible bars. | |
LargeIcons | Indicates if large icons should be shown. | |
ShowToolTips | Indicates if tooltips should be shown. |
CoClasses and Classes | Description |
---|---|
CommandBars | CommandBars collection object. |
IDocument.CommandBars Property