If I have a docked form, then the KeyDown event is triggered without a problem with KeyPreview set to true.
For a floating form, the KeyDown event isn't triggered, even if it has focus. I have no idea why. Is there a way to make this work?
Hello Liev,
Thank you for contacting Infragistics.
I'm a little bit confused as to the exact issue you're facing. Are you wondering why the KeyDown event for the floating pane doesn't fire, or the PreviewKeyDown event for the parent form?