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

XtraMessageBox Properties

The message box that supports title bar skinning.
Name Description
AllowCustomLookAndFeel static Gets or sets whether the message box is painted using its own look and feel settings.
AllowHtmlText static Gets or sets whether the HTML text formatting feature is enabled by default in message boxes, displayed using the XtraMessageBox.Show method.
ButtonsAlignment static Gets or sets whether message box buttons are center, left or right aligned. This is a static (Shared in VB) property.
Icons static Provides access to custom XtraMessageBox icons.
SmartTextWrap static Gets or sets whether the message box width is restricted based on the available working area, and the text is automatically wrapped. This is a static property.
See Also