CommandBarControls Members
Include Protected Members
Include Inherited Members
A set of command bar controls.
The CommandBarControls type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a command bar control with the given characteristics. | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetEnumerator() | Gets the enumerator. |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the DTE object. (Inherited from _IVsMsoDispObj.) | |
Application | Gets the DTE object. | |
Count | Gets the number of command bar controls. | |
Creator | Gets the ID of the application. (Inherited from _IVsMsoDispObj.) | |
Creator | Gets the ID of the application. | |
Item | Gets the command bar control at the given name or index. | |
Parent | Gets the parent of this list, which is the DTE object. |
Top