Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
UltraToolBarsManager - Shortcut not working inside MDI Child.
posted

I have a Form, which has a MDI child, which in turn has a user control which has an UltraToolBarsManager. I had assigned Shortcuts for the menu items. When i use the Shortcut, they are not working. But when the usercontrol containing the UltraToolBarsManager is having the Focus, the shortcut works. Is it possible to make the Shortcut work in all cases?

Note:

1. The parent form doesn't have any Menu item.

2. Currently i had patched by capturing 'ctrl' click and setting the focus to the usercontrol containing the UltraToolBar. It works but, I've lost general ctrl+c and ctrl+v behavior for the form.