With the following:
this.AcceptButton = this.OKButton; this.OKButton.Enabled = false;
... will the OK button click handler still be invoked when the user presses Enter?
No, it won't be invoked.