I am using RibbonCustomizationProvider to display built-in dialog to customize ribbon. I would like to allow the user to create and remove custom Tabs/Groups and Not allow to remove exisitng Tabs/Groups/Tools. Is possible to achive? It seems that StockModificationOptions apply to all Tabs/Groups/Tools.
Hi rossan01,
When you drop the UltraRibbonCustomizationProvider on the form, the StockItemModificationOptions property is set to None by default. This means that you can’t remove/modify/hide default tabs/groups. If you want to perform any action of the default tabs/groups, you should check all the appropriate StockItemModificationOptions items.
Custom Tabs/Groups have nothing to do with StockItemModificationOptions property. You can always add/modify/remove custom Tabs/Groups. So it seems that your scenario can be done by just adding the UltraRibbonCustomizationProvider on the form.
You can take a look at the following help topic, called “Using the Ribbon Customization Dialog” http://help.infragistics.com/NetAdvantage/WinForms/2013.1/CLR4.0/.
Please let me know if you need any further assistance or if I have not understand you correctly.
Sincerely,
Martin,
Senior Software Engineer in Test
Infragistics
www.infragistics.com
Hi Rossan01,
I am just checking the progress of that matter. Please let me know if you need any assistance.
Hello Rossna01,
I am just checking about the progress of this issue. Let me know if you need any further assistance on this issue?
Thank you for using Infragistics Components!
Thanks. I did not realized that StockItemModificationOptions do not apply to custom groups/tabs/tools.
Hi,
Please feel free to let me know if you have any further questions