MessageBox.Show Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Displays a message box to the user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Show(String) | Displays a message box that contains the specified text and an OK button. |
|
Show(String, String, MessageBoxButton) | Displays a message box that contains the specified text, title bar caption, and response buttons. |
Show: