CommandBars Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of CommandBar objects that represent the command bars in the container application.
public interface class CommandBars : Microsoft::Office::Core::_CommandBars, Microsoft::Office::Core::_CommandBarsEvents_Event
[System.Runtime.InteropServices.Guid("000C0302-0000-0000-C000-000000000046")]
public interface CommandBars : Microsoft.Office.Core._CommandBars, Microsoft.Office.Core._CommandBarsEvents_Event
[<System.Runtime.InteropServices.Guid("000C0302-0000-0000-C000-000000000046")>]
type CommandBars = interface
interface _CommandBars
interface _CommandBarsEvents_Event
Public Interface CommandBars
Implements _CommandBars, _CommandBarsEvents_Event
- Derived
- Attributes
- Implements
Remarks
Use the CommandBars property to return the CommandBars collection.
Use the Add(Object, Object, Object, Object) method to add a new command bar to the collection.
Use CommandBars(index
), where index
is the name or index number of a command bar, to return a single CommandBar object.
Note: You can use the name or index number to specify a menu bar or toolbar in the list of available menu bars and toolbars in the container application. However, you must use the name to specify a menu, shortcut menu, or submenu (all of which are represented by CommandBar objects). If two or more custom menus or submenus have the same name, CommandBars(index
) returns the first one. To ensure that you return the correct menu or submenu, locate the pop-up control that displays that menu. Then apply the CommandBar property to the pop-up control to return the command bar that represents that menu.
Properties
ActionControl |
Returns the CommandBarControl object whose OnAction property is set to the running procedure. (Inherited from _CommandBars) |
ActiveMenuBar |
Returns a CommandBar object that represents the active menu bar in the container application. (Inherited from _CommandBars) |
AdaptiveMenus |
Checks or unchecks the check box control for the option to show menus in Microsoft Office as full or personalized. (Inherited from _CommandBars) |
Application | (Inherited from _IMsoDispObj) |
Count |
Returns or sets an Integer value indicating the number of items in the specified collection. (Inherited from _CommandBars) |
Creator | (Inherited from _IMsoDispObj) |
DisableAskAQuestionDropdown |
Determines if the Answer Wizard dropdown menu is enabled. (Inherited from _CommandBars) |
DisableCustomize |
Determines if toolbar customization is disabled. (Inherited from _CommandBars) |
DisplayFonts |
Determines if the font names in the Font box are displayed in their actual fonts. (Inherited from _CommandBars) |
DisplayKeysInTooltips |
Determines if shortcut keys are displayed in the ToolTips for each command bar control. (Inherited from _CommandBars) |
DisplayTooltips |
Determines if ScreenTips are displayed whenever the user positions the pointer over command bar controls. (Inherited from _CommandBars) |
IdsString[Int32, String] |
Reserved for internal use. (Inherited from _CommandBars) |
Item[Object] |
Returns a CommandBar object from the CommandBars collection. (Inherited from _CommandBars) |
LargeButtons |
Determines if the toolbar buttons displayed are larger than normal size. (Inherited from _CommandBars) |
MenuAnimationStyle |
Returns or sets the way a command bar is animated. (Inherited from _CommandBars) |
Parent |
Returns the parent object for the specified object. (Inherited from _CommandBars) |
TmcGetName[Int32, String] |
Reserved for internal use. (Inherited from _CommandBars) |
Methods
add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler) | (Inherited from _CommandBarsEvents_Event) |
Add(Object, Object, Object, Object) |
Creates a new command bar and adds it to the collection of command bars. (Inherited from _CommandBars) |
AddEx(Object, Object, Object, Object, Object) |
Reserved for internal use. (Inherited from _CommandBars) |
CommitRenderingTransaction(Int32) |
Commits the rendering transaction. Returns Nothing. (Inherited from _CommandBars) |
ExecuteMso(String) |
Executes the control identified by the |
FindControl(Object, Object, Object, Object) |
Returns a CommandBarControl object that fits the specified criteria. (Inherited from _CommandBars) |
FindControls(Object, Object, Object, Object) |
Returns the CommandBarControls collection that fits the specified criteria. (Inherited from _CommandBars) |
GetEnabledMso(String) |
Returns True if the control identified by the |
GetEnumerator() | (Inherited from _CommandBars) |
GetImageMso(String, Int32, Int32) |
Returns an IPictureDisp object of the control image identified by the |
GetLabelMso(String) |
Returns the label of the control identified by the |
GetPressedMso(String) |
Returns a value indicating whether the toggleButton control identified by the |
GetScreentipMso(String) |
Returns the screentip of the control identified by the |
GetSupertipMso(String) |
Returns the supertip of the control identified by the |
GetVisibleMso(String) |
Returns True if the control identified by the |
ReleaseFocus() |
Releases the user interface focus from all command bars. (Inherited from _CommandBars) |
remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler) | (Inherited from _CommandBarsEvents_Event) |
Events
OnUpdate |
Occurs when any change is made to a command bar. (Inherited from _CommandBarsEvents_Event) |