Hi,
I am using Ribbon Menu in my application. For each user who are logged into the application, i will add different tools in the ToolAreaLeft. By default i will be showing 2 tools which is common to all the users. How do i remove the tool from the ToolAreaLeft. I donot want to remove the Default 2 tools. Can someone tell me how to do it?
Thanks
Raja
Hi Raja,
You can remove the tools from ToolAreaLeft by going into its Tools collection.
ultraToolbarsManager1.Ribbon.ApplicationMenu.ToolAreaLeft.Tools.Remove(ToolBase tool)ultraToolbarsManager1.Ribbon.ApplicationMenu.ToolAreaLeft.Tools.RemoveAt(toolindex)
Please try and let me know if this was helpful.
ThanksPurnima