Open danielchalmers opened 2 years ago
I would like this too. Since the internal implementation is using the MessageBox API from User32.dll, it does not make sense not including the same options as in WinForms.
The mentioned pull request for WinForms also adds the ability to show a Help button in the message box. Also a nice feature.
WinForms already had more buttons available for their MessageBox and https://github.com/dotnet/winforms/pull/4746 adds more.
Buttons
System.Windows.MessageBoxButton
System.Windows.Forms.MessageBoxButtons
Results
System.Windows.MessageBoxResult
System.Windows.Forms.DialogResult