22
FEB
2007

AcceptButton and CancelButton on a UserControl

In many enterprise applications there is the need that, regardless on which control you have the focus, that you can hit the ‘Enter’ and/or ‘Esc’ key to perform a default action. This behaviour is also common to web applications. On the Form control you...