Im using System.Windows.MessageBox.Show()
to display a dialog to the user. One overload lets me set the buttons that appear using the System.Windows.MessageBoxButton
enum. However, it seems to lack a RetryCancel
option that my googling suggests it should have.
- Am I missing something?
- How do I display a RetryCancel messagebox?