Provides a fullscreen message box for Pocket PC platform.
| C# | Visual Basic |
public static class MessageBox
Public NotInheritable Class MessageBox
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) |
Displays a message box with the specified text, caption, buttons, icon, and default button.
| |
| Show(String, String, MessageBoxButtons, MessageBoxIcon) |
Displays a message box with the specified text, caption, buttons, and icon.
| |
| Show(String, String, MessageBoxButtons) |
Displays a message box with the specified text, caption, and buttons.
| |
| Show(String, String) |
Displays a message box with the specified text and caption.
| |
| Show(String) |
Displays a message box with the specified text.
|
When called on Smartphone platform, invokes the standard MessageBox.
Unlike Smartphone, if a combination of buttons is specified with more than 2 options a standard MenuBar will be used to render the options.
| Object | |
| MessageBox | |