Hi,
I've been looking for a way to add this functionality to out application. It is included in the "Ribbon Customization" sample, but I cannot figure out how is it added. Please check out the attached image for explanation.
I'm sure it's as straight forward as a property being set or whatnot. Please advise?
Thanks :)
Hello,
This context menu is displayed automatically if you are using WinRibbonCustomizationProvider within UltraToolbarsManager. From more information about WinRibbonCustomizationProvider please review the following links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinRibbonCustomizationProvider_About_WinRibbonCustomizationProvider.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinRibbonCustomizationProvider_Using_WinRibbonCustomizationProvider.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinRibbonCustomizationProvider_Using_the_Ribbon_Customization_Dialog.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinRibbonCustomizationProvider_Adding_Custom_Tab_to_Ribbon_Customization_Dialog.html
Please let me know if you have any further questions.
Thank you for your reply,
Sadly I don't think that this is what I am trying to do exactly - I am trying to figure out how to add the "Add to Quick Access Toolbar" option to that context menu and also "Remove from Quick Access Toolbar" when right clicking on a tool inside the QAT panel. It is in the screenshot provided in the first post inside the red rectangle. I was not able to add this functionality by adding the WinRibbonCustomizationProvider (we are already using it for the Quick Access Toolbar Customization Dialog).
Hopefully that makes my question more clear,