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

XtraMessageBox Members

The message box that supports title bar skinning.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MessageBoxButtonsToDialogResults(MessageBoxButtons) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
MessageBoxIconToIcon(MessageBoxIcon) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(UserLookAndFeel, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon) static Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon.
Show(UserLookAndFeel, String, String, MessageBoxButtons) static Displays the XtraMessageBox with the specified look and feel settings, text, caption and buttons.
Show(UserLookAndFeel, String, String) static Displays the XtraMessageBox with the specified look and feel settings, text and caption.
Show(UserLookAndFeel, String) static Displays the XtraMessageBox with the specified look and feel settings and text.
Show(UserLookAndFeel, IWin32Window, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) static Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) static Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons) static Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons.
Show(UserLookAndFeel, IWin32Window, String, String) static Displays the XtraMessageBox with the specified look and feel settings, owner, text and caption.
Show(UserLookAndFeel, IWin32Window, String) static Displays the XtraMessageBox with the specified look and feel settings, owner and text.
Show(XtraMessageBoxArgs) static Displays an XtraMessageBox with the specified settings.
Show(String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(String, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static Displays the XtraMessageBox with the specified text, caption, buttons, icon and default button.
Show(String, String, MessageBoxButtons, MessageBoxIcon) static Displays the XtraMessageBox with the specified text, caption, buttons and icon.
Show(String, String, MessageBoxButtons) static Displays the XtraMessageBox with the specified text, caption and buttons.
Show(String, String) static Displays the XtraMessageBox with the specified text and caption.
Show(String) static Displays the XtraMessageBox with the specified text.
Show(IWin32Window, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) static Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level.
Show(IWin32Window, String, String, MessageBoxButtons, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static Displays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) static Displays the XtraMessageBox with the specified owner, text, caption, buttons and icon.
Show(IWin32Window, String, String, MessageBoxButtons) static Displays the XtraMessageBox with the specified owner, text, caption and buttons.
Show(IWin32Window, String, String) static Displays the XtraMessageBox with the specified owner, text and caption.
Show(IWin32Window, String) static Displays the XtraMessageBox with the specified owner and text.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also