Currently my QuckAccessToobar (QAT) shows only Show Below the Ribbon
and Minimize the Ribbon
options. I would like to add more options there, like in WordPad sample:
I found non infragistics related explanation here. It says about using QuickAccessToolbar.ApplicationDefaults
property.
I found how to add tools to QAT itself (not dropdown) here. But there is no ApplicationDefaults
property on ultraToolbarsManager1.Ribbon.QuickAccessToolbar
How can I add items to QAT dropdown so that users can check/uncheck them during runtime to display/hide buttons from QAT?
Turned out that ContextMenuTools property on UltraToolbarsManager.Ribbon.QuickAccessToolbar is exactly what I need.