I'm using CMFCRibbonBar in an MFC based Application, I would like to add the ability to collapse the ribbon like you can in Office, does anyone know if this can be done?
I would be quite happy if I it was only possible to implement the button in the menu bar like in explorer/mspaint
Sorry to answer my own question, seems you just drop a CMFCRibbonButton above the ribbon bar, give it an id, then in the event handler call
Now to determine how I can change the button image on toggling