Hello Adam,
Thank you for your question.
I suppose you use auto-hidden
ToolWindow in your scenario. This window is hosted in its own form (
toolWindow1.FloatingParent) and this is the form which receives the pressed
Enter key. This is why it never reaches your main form. Even checking the
OnKeyPress event in your main form will not allow you to handle the pressed key.
You can achieve your scenario handling
KeyPress events to the individual controls in the
ToolWindow.
I hope it helps.
Best regards,
Alexander
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>