Add a command item to the command bar by an identifier string.              
            
            
 Overload List
Overload List
| 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). | 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also