Adding a PushButton
To add a button to the ribbon user interface, your application must do the following:
1. Define the action command to be initiated by the button. The action is defined in a function known as the “callback function.”
3. Add the button to the ribbon user interface using the using the Customize Ribbon tab in the > dialog box. This operation binds the added action to the button.
Parent topic