Skip to main content

IMessageBoxService Methods

A service that enables you to display a custom message box when a runtime error occurs.
Name Description
ShowDataValidationDialog(String, String, DataValidationErrorStyle) Shows the Data Validation message box with the specified message, title bar caption, and style.
ShowMessage(String, String, PortableMessageBoxIcon) Displays a message box with the specified message, title bar caption, and icon.
ShowOkCancelMessage(String) Shows a dialog box to ask the user to confirm an action.
ShowYesNoCancelMessage(String) Shows a message box with the Yes, No and Cancel buttons.
ShowYesNoMessage(String) Shows a dialog box with Yes and No buttons.
See Also