Some of the MessageBox.Show overloads has a parameter MessageBoxResult defaultResult. What is this for? The description says “A MessageBoxResult value that specifies the default result of the message box.”. Doesn’t the returned MessageBoxResult only depends on what the user clicks/do (see the remarks here)?
If I want the default behaviour, what value should I pass?
In plain English, it the option that will be selected if you just hit ‘Enter’ when the MessageBox appears.