I have a ToolWindow with a control. The Control is docked inside the Toolwindow with DockStyle.Fill. I implemented the ToolWindow_KeyPress event. However even when the ToolWindow has focus if I press a key on the keyboard, the event handler does not get invoked.
How do I capture the KeyPress event for a toolwindow?
Thanks.
Miriam