windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-dot-show.md
| Name | Parameters | Description |
|---|---|---|
| Show(UserLookAndFeel, String, DefaultBoolean) static | lookAndFeel, text, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, String, String, DefaultBoolean) static | lookAndFeel, text, caption, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons, DefaultBoolean) static | lookAndFeel, text, caption, buttons, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static | lookAndFeel, text, caption, buttons, icon, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static | lookAndFeel, text, caption, buttons, icon, defaultButton, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static | lookAndFeel, text, caption, buttons, icon, defaultButton | Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon) static | lookAndFeel, text, caption, buttons, icon | Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon. |
| Show(UserLookAndFeel, String, String, MessageBoxButtons) static | lookAndFeel, text, caption, buttons | Displays the XtraMessageBox with the specified look and feel settings, text, caption and buttons. |
| Show(UserLookAndFeel, String, String) static | lookAndFeel, text, caption | Displays the XtraMessageBox with the specified look and feel settings, text and caption. |
| Show(UserLookAndFeel, String) static | lookAndFeel, text | Displays the XtraMessageBox with the specified look and feel settings and text. |
| Show(UserLookAndFeel, IWin32Window, String, DefaultBoolean) static | lookAndFeel, owner, text, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, DefaultBoolean) static | lookAndFeel, owner, text, caption, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) static | lookAndFeel, owner, text, caption, buttons, icon, defaultButton, messageBeepSound, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) static | lookAndFeel, owner, text, caption, buttons, icon, defaultButton, messageBeepSound | 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 | lookAndFeel, owner, text, caption, buttons, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static | lookAndFeel, owner, text, caption, buttons, icon, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static | lookAndFeel, owner, text, caption, buttons, icon, defaultButton, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static | lookAndFeel, owner, text, caption, buttons, icon, defaultButton | 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 | lookAndFeel, owner, text, caption, buttons, icon | Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon. |
| Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons) static | lookAndFeel, owner, text, caption, buttons | Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons. |
| Show(UserLookAndFeel, IWin32Window, String, String) static | lookAndFeel, owner, text, caption | Displays the XtraMessageBox with the specified look and feel settings, owner, text and caption. |
| Show(UserLookAndFeel, IWin32Window, String) static | lookAndFeel, owner, text | Displays the XtraMessageBox with the specified look and feel settings, owner and text. |
| Show(XtraMessageBoxArgs) static | args | Displays an XtraMessageBox with the specified settings. |
| Show(String, DefaultBoolean) static | text, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(String, String, DefaultBoolean) static | text, caption, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(String, String, MessageBoxButtons, DefaultBoolean) static | text, caption, buttons, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static | text, caption, buttons, icon, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static | text, caption, buttons, icon, defaultButton, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static | text, caption, buttons, icon, defaultButton | Displays the XtraMessageBox with the specified text, caption, buttons, icon and default button. |
| Show(String, String, MessageBoxButtons, MessageBoxIcon) static | text, caption, buttons, icon | Displays the XtraMessageBox with the specified text, caption, buttons and icon. |
| Show(String, String, MessageBoxButtons) static | text, caption, buttons | Displays the XtraMessageBox with the specified text, caption, and buttons. |
| Show(String, String) static | text, caption | Displays the XtraMessageBox with the specified text and caption. |
| Show(String) static | text | Displays the XtraMessageBox with the specified text. |
| Show(IWin32Window, String, DefaultBoolean) static | owner, text, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, DefaultBoolean) static | owner, text, caption, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) static | owner, text, caption, buttons, icon, defaultButton, messageBeepSound, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) static | owner, text, caption, buttons, icon, defaultButton, messageBeepSound | 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 | owner, text, caption, buttons, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) static | owner, text, caption, buttons, icon, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) static | owner, text, caption, buttons, icon, defaultButton, allowHtmlText | Displays the XtraMessageBox with the specified settings. |
| Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) static | owner, text, caption, buttons, icon, defaultButton | Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button. |
| Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) static | owner, text, caption, buttons, icon | Displays the XtraMessageBox with the specified owner, text, caption, buttons and icon. |
| Show(IWin32Window, String, String, MessageBoxButtons) static | owner, text, caption, buttons | Displays the XtraMessageBox with the specified owner, text, caption, and buttons. |
| Show(IWin32Window, String, String) static | owner, text, caption | Displays the XtraMessageBox with the specified owner, text and caption. |
| Show(IWin32Window, String) static | owner, text | Displays the XtraMessageBox with the specified owner and text. |