We have an WPF application where we use WindowsFormsHost to display windows controls from a third party vendor.
In an editor control, the Actipro StandardSwitcher via Ctrl+Tab does not work (we see two KeyUp events but only one KeyDown event).
Now we have registered an IMessageFilter in a separate class and want to start/display the StandardSwitcher manually when Ctrl+Tab occurs.
a) What could be the reason that a KeyDown-Event is 'swallowed'?
b) Which best practice would you recommend to us to start the StandardSwitcher manually?
With kind regards
Niels