public RibbonCommand AddCommand( MultiLangString multiLangButtonText, string strActionCommandLine, RibbonIcon icon )
public: RibbonCommand^ AddCommand( MultiLangString^ multiLangButtonText, String^ strActionCommandLine, RibbonIcon^ icon )
Parameters
- multiLangButtonText
- Text that is set at a button, multilanguage
- strActionCommandLine
- Command line of the action
- icon
- Ribbon icon object which are used to create icon based on it
Return Value
Created command, or null if nothing was created