Hi -
I have a UltraToolBars Manager with five Ribbons on it and 4- 5 tools on each one of the ribbon. I added a Shortcut key on one of the tool(ctrls) but it looks like the tool is not responding to the short cut key. On the other hand, I noticed there are built in Short cut keys for each of these tools on the ribbon. For Example. Holding Alt key will specify a single short cut symbol for each of the ribbon and then again for each tool on the ribbon.
Is this built in shortcut functionality overriding the hotkey that i added to the tool?
Thanks in advance.
I think you are referring to override built-in shortcut functionality. Set the ShowinCustomizer property to false in tools->Sharedprops, then it should work.
Hi,
I am using Infragistics ultraToolbarsManager In windows application and Ribbon option is show ribbon.When ever I am pressing on Alt (in Keyboard) the ribbon will be enabled.So my requirement is when ever press on Alt ribbob should not show tools.Plz respond.
Hi Praveen,
I am not sure what does enabling ribbon means? Are you referring to disable default shortcuts on a ribbon..
Hi Somay,
Thanks for reply,
I want disable default shortcuts on a ribbon. When ever I am pressing on Alt key --> ribbon short cut is enable like "F".Please reply.
Did you try to set the ShowinCustomizer property to false in tools->Sharedprops?
which infragistics version you are using? Its working fine in V 7.3 and V 8.2
Yes I tried.But same problem is coming.