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?