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
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.
WinForms already had more buttons available for their MessageBox and dotnet/winforms#4746 adds more.
Buttons
System.Windows.MessageBoxButton
System.Windows.Forms.MessageBoxButtons
Results
System.Windows.MessageBoxResult
System.Windows.Forms.DialogResult
The text was updated successfully, but these errors were encountered: