I have in a menu a ToolStripTextBox where the user can enter a CASE NUMBER to FIND.

And I have a ToolStripMenuItem below that says QUICK FIND - clicking this will find the case you put in the textbox.

Tabbing out of the textbox puts you at this TOOLSTRIPMENUITEM so that ENTER on the keyboard will trigger the FIND.

I want to make it so that pressing ENTER while still in the textbox will trigger that same TOOLSTRIPMENUITEM action.

Do I have to trap keypresses or is there a more natural way to accomplish this?