You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by duners88 November 24, 2021
It would be nice if the MessageBoxButtons.YesNo parameter option disabled the Window close "X" and the ESC key functionality that closes the window.
I use the YesNo enum value when I want to force the user to actively click something.
I use the YesNoCancel if the user does not need to make a decision and can "opt out" or close the message without making a decision.
Just a suggestion, I believe this is how the System.Windows.Forms.MessageBox class functions.
The text was updated successfully, but these errors were encountered:
Discussed in #309
Originally posted by duners88 November 24, 2021
It would be nice if the MessageBoxButtons.YesNo parameter option disabled the Window close "X" and the ESC key functionality that closes the window.
I use the YesNo enum value when I want to force the user to actively click something.
I use the YesNoCancel if the user does not need to make a decision and can "opt out" or close the message without making a decision.
Just a suggestion, I believe this is how the System.Windows.Forms.MessageBox class functions.
The text was updated successfully, but these errors were encountered: