Back to Devexpress

IMessageBoxService Members

officefileapi-devexpress-dot-xtraspreadsheet-dot-services-dot-imessageboxservice-dot-underscore-members.md

latest1.6 KB
Original Source

IMessageBoxService Members

A service that enables you to display a custom message box when a runtime error occurs.

Methods

NameDescription
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

IMessageBoxService Interface

DevExpress.XtraSpreadsheet.Services Namespace