Back to Devexpress

XtraMessageBox Properties

windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-dot-underscore-properties.md

latest2.1 KB
Original Source

XtraMessageBox Properties

The message box that supports title bar skinning.

NameDescription
AllowCustomLookAndFeel staticGets or sets whether the message box is painted using its own look and feel settings.
AllowHtmlText staticGets or sets whether the HTML text formatting feature is enabled by default in message boxes, displayed using the XtraMessageBox.Show method.
ButtonsAlignment staticGets or sets whether message box buttons are center, left or right aligned. This is a static (Shared in VB) property.
Icons staticAllows you to specify custom XtraMessageBox icons using predefined icon names.
RegistryPath staticGets or sets the registry path used to store Visible and DialogResult property values in the registry.
SmartTextWrap staticGets 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.
UseSkinPaddings staticGets or sets whether all XtraMessageBoxes should retrieve element paddings from skins.

See Also

XtraMessageBox Class

XtraMessageBox Members

DevExpress.XtraEditors Namespace