RegisterCommand(RibbonCommandInfo,RibbonIcon,MultiLangString,MultiLangString) Method
In This Topic
Adds a command to the ribbon. If the ribbon doesn't exist yet, the command will be added after the system start is finished
Syntax
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 |
| multiLangTabName | The name of the tab |
| multiLangCommandGroupName | The name of the command group |
See Also