Skip to main content
A newer version of this page is available. .

XtraMessageBox Class

The message box that supports title bar skinning.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static class XtraMessageBox

Remarks

To display a message box, call the static XtraMessageBox.Show method. The message box’s look and feel settings, title, text, buttons, icon and sound are determined by parameters that you pass to this method.

See XtraMessageBox article for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the XtraMessageBox class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
XtraMessageBox
See Also