IMessageBoxService Methods
A service that enables you to display a custom message box when a runtime error occurs.
Name | Description |
---|---|
Show |
Shows the Data Validation message box with the specified message, title bar caption, and style. |
Show |
Displays a message box with the specified message, title bar caption, and icon. |
Show |
Shows a dialog box to ask the user to confirm an action. |
Show |
Shows a message box with the Yes, No and Cancel buttons. |
Show |
Shows a dialog box with Yes and No buttons. |
See Also