I have a button in VS toolbar that can be Checked in certain situations. I want provide some related less-important commands, so I tried to put it in a menu controller and use FixMenuController to keep the main button always shown.
However while menu controller shows the main button icon correctly, it does not seem to show Checked state in the toolbar (it does show it in the drop-down menu though). Is it a known limitation or something I am missing?
Thanks in advance.