Microsoft Deployment Toolkit
Documentation Library ShowMessageBox(String message, String caption, MessageBoxImage icon) |
void ShowMessageBox(String message, String caption, MessageBoxImage icon);
This method displays a message box with an OK button. See Table 74.
Table 74. Parameters for the ShowMessageBox(String message, String caption, MessageBoxImage icon) Method
Parameter |
Description |
message |
The message to display in the content area of the message box |
caption |
The text to show in the title bar of the dialog box |
icon |
The type of icon to show in the message box |
Related Topics