Sorry for the long title, but I couldn\'t think of another way to put it.
I have this:
private void textBoxToSubmit_KeyDown(object sender, KeyEventAr
Can you not use AcceptButton in for the Forms Properties Window? This sets the default behaviour for the Enter key press, but you are still able to use other shortcuts.
AcceptButton