This method displays a message box that is a child of the custom wizard page editor. This member is overloaded: Table 73 contains a list of the members and a brief description of each. For complete information about each member (including syntax, usage, and examples), see the section that corresponds to each member.

Table 73. Overloaded Members for the ShowMessagBox Method

Member

Description

ShowMessageBox(String message, String caption, MessageBoxImage icon)

Displays a message box with an icon and an OK button

ShowMessageBox(string message, string caption, MessageBoxButton button, MessageBoxImage icon)

Displays a message box with an icon and different possible combinations of buttons

ShowMessageBox(Exception exception)

Displays a message box that provides information about an exception and has an OK button

 

Related Topics

Methods
ShowMessageBox(String message, String caption, MessageBoxImage icon)
ShowMessageBox(string message, string caption, MessageBoxButton button, MessageBoxImage icon)
ShowMessageBox(Exception exception)