public RibbonCommand AddCommand( string strButtonText, string strActionCommandLine, RibbonIcon icon )
public: RibbonCommand^ AddCommand( String^ strButtonText, String^ strActionCommandLine, RibbonIcon^ icon )
Parameters
| Parameter Name | Description |
|---|---|
| strButtonText | Command text |
| strActionCommandLine | Command line |
| icon | Ribbon icon object which are used to create icon based on it |