This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
Classes | Description |
---|---|
CommandBars | CommandBars collection object. |
IDocument.CommandBars Property