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 | Allows you to specify custom XtraMessageBox icons using predefined icon names. |
| RegistryPath static | Gets or sets the registry path used to store Visible and DialogResult property values in the registry. |
| 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. |
| UseSkinPaddings static | Gets or sets whether all XtraMessageBoxes should retrieve element paddings from skins. |
See Also