CommandBar Members
Include Protected Members
Include Inherited Members
Represents a command bar in the container application.
The CommandBar type exposes the following members.
Properties
Name | Description | |
---|---|---|
accChild[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accChild[Object] | Reserved for internal use. | |
accChildCount | (Inherited from _IMsoOleAccDispObj.) | |
accChildCount | Reserved for internal use. | |
accDefaultAction[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accDefaultAction[Object] | Reserved for internal use. | |
accDescription[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accDescription[Object] | Reserved for internal use. | |
accFocus | (Inherited from _IMsoOleAccDispObj.) | |
accFocus | Reserved for internal use. | |
accHelp[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accHelp[Object] | Reserved for internal use. | |
accHelpTopic[String, Object] | (Inherited from _IMsoOleAccDispObj.) | |
accHelpTopic[String, Object] | Reserved for internal use. | |
accKeyboardShortcut[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accKeyboardShortcut[Object] | Reserved for internal use. | |
accName[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accName[Object] | Reserved for internal use. | |
accParent | (Inherited from _IMsoOleAccDispObj.) | |
accParent | Reserved for internal use. | |
accRole[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accRole[Object] | Reserved for internal use. | |
accSelection | (Inherited from _IMsoOleAccDispObj.) | |
accSelection | Reserved for internal use. | |
accState[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accState[Object] | Reserved for internal use. | |
accValue[Object] | (Inherited from _IMsoOleAccDispObj.) | |
accValue[Object] | Reserved for internal use. | |
AdaptiveMenu | Determines if an individual menu is enabled to use adaptive menus. | |
Application | (Inherited from _IMsoOleAccDispObj.) | |
Application | Returns an Application object that represents the container application for the object. | |
BuiltIn | Determines if the specified command bar or command bar control is a built-in command bar or control of the container application. | |
Context | Returns or sets a string that determines where a command bar will be saved. | |
Controls | Returns a CommandBarControls object that represents all the controls on a command bar or pop-up control. | |
Creator | (Inherited from _IMsoOleAccDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Enabled | Determines if the specified command bar or is enabled. | |
Height | Returns or sets the height of a command bar. | |
Id | Reserved for internal use. | |
Index | Returns an Integer representing the index number for an object in the collection. | |
InstanceId | Reserved for internal use. | |
InstanceIdPtr | ||
Left | Returns or sets the distance (in pixels) of the command bar from the left edge of the specified object relative to the screen. | |
Name | Returns or sets the name of the specified object. | |
NameLocal | Returns the name of a built-in command bar as it's displayed in the language version of the container application, or returns or sets the name of a custom command bar. | |
Parent | Returns the parent object for the specified object. | |
Position | Returns or sets the position of a command bar. | |
Protection | Returns or sets the way a command bar is protected from user customization. | |
RowIndex | Returns or sets the docking order of a command bar in relation to other command bars in the same docking area. | |
Top | Returns or sets the distance (in points) from the top edge of the specified command bar to the top edge of the screen. | |
Type | Returns the type of command bar. | |
Visible | Determines if the specified object is visible. | |
Width | Returns or sets the width (in pixels) of the specified command bar. |
Top
Methods
Name | Description | |
---|---|---|
accDoDefaultAction(Object) | (Inherited from _IMsoOleAccDispObj.) | |
accDoDefaultAction(Object) | Reserved for internal use. | |
accHitTest(Int32, Int32) | (Inherited from _IMsoOleAccDispObj.) | |
accHitTest(Int32, Int32) | Reserved for internal use. | |
accLocation(Int32, Int32, Int32, Int32, Object) | (Inherited from _IMsoOleAccDispObj.) | |
accLocation(Int32, Int32, Int32, Int32, Object) | Reserved for internal use. | |
accNavigate(Int32, Object) | (Inherited from _IMsoOleAccDispObj.) | |
accNavigate(Int32, Object) | ||
accSelect(Int32, Object) | (Inherited from _IMsoOleAccDispObj.) | |
accSelect(Int32, Object) | Reserved for internal use. | |
Delete | Deletes the specified object from the collection. | |
FindControl | Returns a CommandBarControl object that fits the specified criteria. | |
Reset | Resets a built-in command bar to its default configuration. | |
ShowPopup | Displays a command bar as a shortcut menu at the specified coordinates or at the current pointer coordinates. |
Top