Closed
Description
WinForms already had more buttons available for their MessageBox and dotnet/winforms#4746 adds more.
Buttons
System.Windows.MessageBoxButton
- OK
- OKCancel
- YesNo
- YesNoCancel
System.Windows.Forms.MessageBoxButtons
- AbortRetryIgnore
- CancelTryContinue
- OK
- OKCancel
- RetryCancel
- YesNo
- YesNoCancel
Results
System.Windows.MessageBoxResult
- Cancel
- No
- None
- OK
- Yes
System.Windows.Forms.DialogResult
- Abort
- Cancel
- Continue
- Ignore
- No
- None
- OK
- Retry
- TryAgain
- Yes