I have a program written in C++ using MFC. It has a ribbon UI, Office style.
I would like to achieve the following - Suppose the user has highlighted category A of the ribbon, and clicks a button in that category, I would like my program to switch to category B and highlight it for him in response to that click.
This might sound strange, but I really have a use case where the user might not realize that he needs to switch categories, so I would like to do it for him automatically.
Can this be done?