Search code examples
winformsinfragistics

Infragistics UltraToolbarsManager - adding ApplicationDefaults to QuickAccessToolbar


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:

enter image description here

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?


Solution

  • Turned out that ContextMenuTools property on UltraToolbarsManager.Ribbon.QuickAccessToolbar is exactly what I need.