| Overload | Description |
|---|---|
| AddButton(String,CommandEventHandler,Int32) | Adds a CommandBarButton to the end of the collection. |
| AddButton(String,CommandEventHandler,Keys,Int32) | Adds a CommandBarButton to the end of the collection. |
| AddButton(Image,String,CommandEventHandler,Int32) | Adds a CommandBarButton to the end of the collection. |
| AddButton(Image,String,CommandEventHandler,Keys,Int32) | Adds a CommandBarButton to the end of the collection. |