public RibbonCommand AddCommand( MultiLangString multiLangButtonText, string strActionCommandLine, MultiLangString tooltip, MultiLangString description )
public: RibbonCommand^ AddCommand( MultiLangString^ multiLangButtonText, String^ strActionCommandLine, MultiLangString^ tooltip, MultiLangString^ description )
Parameters
| Parameter Name | Description |
|---|---|
| multiLangButtonText | Text that is set at a button, multilanguage |
| strActionCommandLine | Command line of the action |
| tooltip | Tooltip to the command, multilanguage |
| description | Description of the command, multilanguage |
Return Value
Created command, or null if nothing was created