ToolStripTextBox - Can't trap Enter keypress?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a ToolStripTextBox in a WinForms app and I'm trying to trap hitting
the Enter key. I tried doing it a bunch of different ways that should work
for a regular textbox KeyDown event, KeyPress event, etc.

What's interesting is that while the events get fired for other keypresses
in the ToolStripTextBox, hitting Enter doesn't seem to! Is this a bug? How to
overcome this problem???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top