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