
Hi,
I have a custom control in a ribbon tab, which has its own context menu. In newest Ribbon versions, that menu is ignored and the auto-generated QAT menu is shown on the right-mouse click. Is there a way to override the QAT menu for selected controls?
I made a test with one of Ribbon demos and found that a custom context menu is also ignored on the ribbon button. Here is the code I used:
<ribbon:Button>
<ribbon:Button.ContextMenu>
<ribbon:ContextMenu>
<MenuItem Header="Test"/>
</ribbon:ContextMenu>
</ribbon:Button.ContextMenu>
</ribbon:Button>