Parameters
- messageText
- A string that specifies the text to display.
- caption
- A string that specifies the text to display.
- button
- A MessageBoxButton value that specifies which button or buttons to display.
- icon
- A MessageBoxImage value that specifies the icon to display.
- defaultResult
- A MessageBoxResult value that specifies the default result of the MessageBox.
Return Value
A MessageBoxResult value that specifies which message box button is clicked by the user.