KepPress event not handled in FixedToolWindow

Docking/MDI for Windows Forms Forum

Posted 17 years ago by Michael Janulaitis - CEO, Corner Bowl Software Corporation
Version: 2.0.90
Avatar
I have a 'Find' fixed tool window that is always visible. When the focus is in the text box all key press events that have handlers in the main window's toolbar are handled by the toolbar rather than the control that has focus. For example, pressing the 'Del' key. How can I stop the toolbar from steeling the keypress event from a the control that has focus?

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
If you have a BarKeyboardShortcut, then make sure you set its Enabled property to false for shortcuts like Del, Ctrl+X, Ctrl+V, etc. By doing that it will display the shortcut on any links that use it but will not trap the key.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.