The following tables list the members exposed by CommandBarItemCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsSynchronized | |
![]() | Item | Gets a reference to the CommandBarItem at the specified index location in the CommandBarItemCollection object. In C#, this property is the indexer for the CommandBarItemCollection class. |
![]() | SyncRoot |
| Name | Description | |
|---|---|---|
![]() | Add | |
![]() | AddButton | Overloaded. Adds a CommandBarButton to the end of the collection. |
![]() | AddCheckBox | Overloaded. Adds a CommandBarCheckBox to the end of the collection. |
![]() | AddComboBox | |
![]() | AddMenu | Overloaded. Adds an CommandBarMenu to the end of collection. |
![]() | AddRange | |
![]() | AddSeparator | Adds an CommandBarSeparator to the end of a collection. |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | Overloaded. Copies the CommandBarItemCollection or a portion of it to a one-dimensional array. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the CommandBarItemCollection. |
![]() | IndexOf | |
![]() | Insert | |
![]() | Remove | |
![]() | RemoveAt |

