I currently have an app with two menu bars. One being the AxToolbarControl in a UserControl and one in a separate menu bar containing in-house stuff.
I currently have the issue where if I select something in the AxToolBarControl and then select something in the other menu-bar the item in the AxControl is still checked. This obviously results in two commands being executed on the mousedown event handler.
I've looked at the IControl and IToolbar but it looks like .Checked is a ReadOnly.
Any ideas?