| Overload | Description |
|---|---|
| AddCommand(RibbonCommandInfo,RibbonIcon) | Adds new command to the command group |
| AddCommand(RibbonCommandInfo) | Adds new command to the command group. Use this method preferably! |
| AddCommand(MultiLangString,String,MultiLangString,MultiLangString,RibbonIcon) | Adds new command to the command group |
| AddCommand(String,String,String,String,RibbonIcon) | Adds new command to the command group |
| AddCommand(String,String,RibbonIcon) | Adds new command to the command group |
| AddCommand(MultiLangString,String,RibbonIcon) | Adds new command to the command group |
| AddCommand(MultiLangString,String,MultiLangString,MultiLangString) | Adds new command to the command group |
| AddCommand(String,String,String,String) | Adds new command to the command group |
| AddCommand(MultiLangString,String) | Adds new command to the command group |
| AddCommand(String,String) | Adds new command to the command group |