public void RegisterCommand( RibbonCommandInfo ribbonCommandInfo, RibbonIcon icon, string tabName, string commandGroupName )
public: void RegisterCommand( RibbonCommandInfo^ ribbonCommandInfo, RibbonIcon^ icon, String^ tabName, String^ commandGroupName )
Parameters
| Parameter Name | Description |
|---|---|
| ribbonCommandInfo | Object which are used as a template for a new ribbon command |
| icon | Ribbon icon object which are used to create icon based on it |
| tabName | The name of the tab |
| commandGroupName | The name of the command group |