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
125
Ctrl + in A tab control, tabs through the different tabs
posted

 The problem is that while the UltraTabPageControl has focus or a control inside that container has focus if Ihold ctrl and press several different keys, the UItraTabControl switches between the tabs.  I've tried capturing the keystrokes inside the TabPageControls's PreviewKeyDown but I can't get that event to fire. And the TabPageControl does not have any keydown,keypress etc. events.

 I've also tried capturing inside the tab controls keydown etc. but those keystrokes are ONLY captures while the tab itself has focus and not the tabpage.

 Known key combinations I have found are:

ctrl + 9, ctrl + '+', ctrl + F12, ctrl + /, ctrl + y, ctrl + o, ctrl + m.

There are more but these are enough for an example.

Was this intentional? Was this a bug?

Does anyone know of a way to capture keystrokes inside the UltraTabPage control and stop this from happening?

Thanks!