|
| ESRI.ArcGIS.ADF.Local | |
| AddItem Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCommandBar Class : AddItem Method |
| Overload | Description |
|---|---|
| AddItem(String) | Add a command item to the command bar by an identifier string. |
| AddItem(Guid) | Add a command item to the command bar by a Guid. |
| AddItem(Type) | Add a command item to the command bar by a type. |
| AddItem(String,Int32) | Add a command item to the command bar by an identifier string and a subtype index |
| AddItem(Guid,Int32) | Add a command item to the command bar by the Guid and a subtype index. |
| AddItem(Type,Int32) | Add a command item to the command bar by a type and a subtype index. |
| AddItem(UID) | Add a command item to the command bar by an Unique Identifier Object (UID). |