ToolStripComboBox Keypress not triggered bt Keys.Enter

J

Jim Hubbard

Why isn't the Keypress event of the System.Windows.Form.ToolStripComboBox
triggered by hitting the Enter key?

I cannot trap Keys.Enter or Keys.Return in the Keypress event.
 
J

Jim Hubbard

OK....you can trap it in the KeyUp event.........but it seems that the
control would have to have code to actually block the Keypress event from
firing to get this weird behavior.
 

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

Top