Table 72 lists the methods for the IMessageBoxService interface.

Table 72. Methods for the IMessageBoxService Interface

Method

Description

ShowMessageBox

This overloaded method is used to display a message box with the following members:

·     ShowMessageBox(String message, String caption, MessageBoxImage icon)

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

·     ShowMessageBox(Exception exception)

 

ShowDialogWindow

Use this method to create a new dialog box.

ShowWizardWindow

Use this method to display a custom editor inside a dialog box that includes Next and Back buttons for navigation.

 

Related Topics

IMessageBoxService
ShowMessageBox
ShowDialogWindow
ShowWizardWindow