Overload | Description |
---|---|
ShowMessageBox() | Displays this message box when embedded in a WindowContainer parent. |
ShowMessageBox(String) | Displays this message box when embedded in a WindowContainer parent using the specified message text. |
ShowMessageBox(String,String) | Displays this message box when embedded in a WindowContainer parent using the specified message and caption. |
ShowMessageBox(String,String,MessageBoxButton) | Displays this message box when embedded in a WindowContainer parent using the specified message, caption, and button. |
ShowMessageBox(String,String,MessageBoxButton,MessageBoxImage) | Displays this message box when embedded in a WindowContainer parent using the specified message, caption, button, and icon. |
ShowMessageBox(String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) | Displays this message box when embedded in a WindowContainer parent using the specified message, caption, button, icon, and default message box result. |