Overload | Description |
Show(String) | Displays a message box that has a message and that returns a result. |
Show(Window,String) | Displays a message box that has a window owner, a message and that returns a result. |
Show(String,String) | Displays a message box that has a message and title bar caption and that returns a result. |
Show(Window,String,String) | Displays a message box that has a window owner, a message, a title bar caption and that returns a result. |
Show(Window,String,String,Style) | Displays a message box that has a window owner, a message, a title bar caption, a style and that returns a result. |
Show(String,String,MessageBoxButton) | Displays a message box that has a message, a title bar caption, a buttons selection and that returns a result. |
Show(String,String,MessageBoxButton,Style) | Displays a message box that has a message, a title bar caption, a buttons selection, a style and that returns a result. |
Show(Window,String,String,MessageBoxButton) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection and that returns a result. |
Show(Window,String,String,MessageBoxButton,Style) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection, a style and that returns a result. |
Show(String,String,MessageBoxButton,MessageBoxImage) | Displays a message box that has a message, a title bar caption, a buttons selection, an image and that returns a result. |
Show(String,String,MessageBoxButton,MessageBoxImage,Style) | Displays a message box that has a message, a title bar caption, a buttons selection, an image, a style and that returns a result. |
Show(Window,String,String,MessageBoxButton,MessageBoxImage) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection, an image and that returns a result. |
Show(Window,String,String,MessageBoxButton,MessageBoxImage,Style) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection, an image, a style and that returns a result. |
Show(String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) | Displays a message box that has a message, a title bar caption, a buttons selection, an image, a default result and that returns a result. |
Show(String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult,Style) | Displays a message box that has a message, a title bar caption, a buttons selection, an image, a default result, a style and that returns a result. |
Show(Window,String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection, an image, a default result and that returns a result. |
Show(Window,String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult,Style) | Displays a message box that has a window owner, a message, a title bar caption, a buttons selection, an image, a default result, a style and that returns a result. |
Show(IntPtr,String) | Displays a message box that has a windowHandle owner, a message and that returns a result. |
Show(IntPtr,String,String) | Displays a message box that has a windowHandle owner, a message, a title bar caption and that returns a result. |
Show(IntPtr,String,String,Style) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a style and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton,Style) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection, a style and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton,MessageBoxImage) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection, an image and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton,MessageBoxImage,Style) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection, an image, a style and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection, an image, a default result and that returns a result. |
Show(IntPtr,String,String,MessageBoxButton,MessageBoxImage,MessageBoxResult,Style) | Displays a message box that has a windowHandle owner, a message, a title bar caption, a buttons selection, an image, a default result, a style and that returns a result. |