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

XtraMessageBox Methods

The message box that supports title bar skinning.
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