L
Lee Moody
If you specify a CancelButton property on a form to a
specific button, but you specify 'None' as DialogResult
for that button, and you show the form using ShowDialog,
pressing ESCape key is causing the DialogResult to fire
and closes the form.
Is this another potential design flaw or is this on
purpose?
-Lee
specific button, but you specify 'None' as DialogResult
for that button, and you show the form using ShowDialog,
pressing ESCape key is causing the DialogResult to fire
and closes the form.
Is this another potential design flaw or is this on
purpose?
-Lee