There are multiple ways to implement custom keyboard shortcuts in Windows Forms applications. If you are using KeyPreview to implement keyboard shortcuts, we recommend overriding ProcessCmdKey( ) instead. Mi-Forms SDK users have reported that when implementing keyboard shortcuts using KeyPreview, keystroke events do not even reach application-level handlers if a child component has focus, but ProcessCmdKey( ) works fine.
Why aren't my custom keyboard shortcuts working as expected when the Mi-Forms Component has a loaded form? Print
Modified on: Mon, 13 Jun, 2016 at 10:45 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.