Back to Devexpress

XtraMessageBox.Show Method

windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-dot-show.md

latest15.5 KB
Original Source

XtraMessageBox.Show Method

NameParametersDescription
Show(UserLookAndFeel, String, DefaultBoolean) staticlookAndFeel, text, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, DefaultBoolean) staticlookAndFeel, text, caption, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, DefaultBoolean) staticlookAndFeel, text, caption, buttons, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) staticlookAndFeel, text, caption, buttons, icon, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) staticlookAndFeel, text, caption, buttons, icon, defaultButton, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) staticlookAndFeel, text, caption, buttons, icon, defaultButtonDisplays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
Show(UserLookAndFeel, String, String, MessageBoxButtons, MessageBoxIcon) staticlookAndFeel, text, caption, buttons, iconDisplays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon.
Show(UserLookAndFeel, String, String, MessageBoxButtons) staticlookAndFeel, text, caption, buttonsDisplays the XtraMessageBox with the specified look and feel settings, text, caption and buttons.
Show(UserLookAndFeel, String, String) staticlookAndFeel, text, captionDisplays the XtraMessageBox with the specified look and feel settings, text and caption.
Show(UserLookAndFeel, String) staticlookAndFeel, textDisplays the XtraMessageBox with the specified look and feel settings and text.
Show(UserLookAndFeel, IWin32Window, String, DefaultBoolean) staticlookAndFeel, owner, text, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DefaultBoolean) staticlookAndFeel, owner, text, caption, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) staticlookAndFeel, owner, text, caption, buttons, icon, defaultButton, messageBeepSound, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) staticlookAndFeel, owner, text, caption, buttons, icon, defaultButton, messageBeepSoundDisplays 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) staticlookAndFeel, owner, text, caption, buttons, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) staticlookAndFeel, owner, text, caption, buttons, icon, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) staticlookAndFeel, owner, text, caption, buttons, icon, defaultButton, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) staticlookAndFeel, owner, text, caption, buttons, icon, defaultButtonDisplays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) staticlookAndFeel, owner, text, caption, buttons, iconDisplays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon.
Show(UserLookAndFeel, IWin32Window, String, String, MessageBoxButtons) staticlookAndFeel, owner, text, caption, buttonsDisplays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons.
Show(UserLookAndFeel, IWin32Window, String, String) staticlookAndFeel, owner, text, captionDisplays the XtraMessageBox with the specified look and feel settings, owner, text and caption.
Show(UserLookAndFeel, IWin32Window, String) staticlookAndFeel, owner, textDisplays the XtraMessageBox with the specified look and feel settings, owner and text.
Show(XtraMessageBoxArgs) staticargsDisplays an XtraMessageBox with the specified settings.
Show(String, DefaultBoolean) statictext, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(String, String, DefaultBoolean) statictext, caption, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, DefaultBoolean) statictext, caption, buttons, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) statictext, caption, buttons, icon, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) statictext, caption, buttons, icon, defaultButton, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) statictext, caption, buttons, icon, defaultButtonDisplays the XtraMessageBox with the specified text, caption, buttons, icon and default button.
Show(String, String, MessageBoxButtons, MessageBoxIcon) statictext, caption, buttons, iconDisplays the XtraMessageBox with the specified text, caption, buttons and icon.
Show(String, String, MessageBoxButtons) statictext, caption, buttonsDisplays the XtraMessageBox with the specified text, caption, and buttons.
Show(String, String) statictext, captionDisplays the XtraMessageBox with the specified text and caption.
Show(String) statictextDisplays the XtraMessageBox with the specified text.
Show(IWin32Window, String, DefaultBoolean) staticowner, text, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DefaultBoolean) staticowner, text, caption, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon, DefaultBoolean) staticowner, text, caption, buttons, icon, defaultButton, messageBeepSound, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, DialogResult[], Icon, Int32, MessageBoxIcon) staticowner, text, caption, buttons, icon, defaultButton, messageBeepSoundDisplays 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) staticowner, text, caption, buttons, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, DefaultBoolean) staticowner, text, caption, buttons, icon, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, DefaultBoolean) staticowner, text, caption, buttons, icon, defaultButton, allowHtmlTextDisplays the XtraMessageBox with the specified settings.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) staticowner, text, caption, buttons, icon, defaultButtonDisplays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button.
Show(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon) staticowner, text, caption, buttons, iconDisplays the XtraMessageBox with the specified owner, text, caption, buttons and icon.
Show(IWin32Window, String, String, MessageBoxButtons) staticowner, text, caption, buttonsDisplays the XtraMessageBox with the specified owner, text, caption, and buttons.
Show(IWin32Window, String, String) staticowner, text, captionDisplays the XtraMessageBox with the specified owner, text and caption.
Show(IWin32Window, String) staticowner, textDisplays the XtraMessageBox with the specified owner and text.