Back to Devexpress

XtraDialog.Show Method

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

latest11.4 KB
Original Source

XtraDialog.Show Method

NameParametersDescription
Show(UserLookAndFeel, Control, DefaultBoolean) staticlookAndFeel, content, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, DefaultBoolean) staticlookAndFeel, content, caption, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, DefaultBoolean) staticlookAndFeel, content, caption, buttons, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticlookAndFeel, content, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticlookAndFeel, content, caption, buttons, defaultButtonInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons) staticlookAndFeel, content, caption, buttonsInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String) staticlookAndFeel, content, captionInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control) staticlookAndFeel, contentInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, DefaultBoolean) staticlookAndFeel, owner, content, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DefaultBoolean) staticlookAndFeel, owner, content, caption, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) staticlookAndFeel, owner, content, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32) staticlookAndFeel, owner, content, caption, buttons, defaultButtonInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) staticlookAndFeel, owner, content, caption, buttons, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticlookAndFeel, owner, content, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticlookAndFeel, owner, content, caption, buttons, defaultButtonInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons) staticlookAndFeel, owner, content, caption, buttonsInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String) staticlookAndFeel, owner, content, captionInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control) staticlookAndFeel, owner, contentInvokes a dialog with the specified settings.
Show(XtraDialogArgs) staticargsDisplays an XtraDialog with the specified settings.
Show(Control, DefaultBoolean) staticcontent, allowHtmlTextInvokes a dialog with the specified settings.
Show(Control, String, DefaultBoolean) staticcontent, caption, allowHtmlTextInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, DefaultBoolean) staticcontent, caption, buttons, allowHtmlTextInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticcontent, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticcontent, caption, buttons, defaultButtonInvokes a dialog with the specified control, caption, buttons and default button.
Show(Control, String, MessageBoxButtons) staticcontent, caption, buttonsInvokes a dialog with the specified control, caption and buttons.
Show(Control, String) staticcontent, captionInvokes a dialog with the specified control and caption.
Show(Control) staticcontentInvokes a dialog displaying the specified control in its client area.
Show(IWin32Window, Control, DefaultBoolean) staticowner, content, allowHtmlTextInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DefaultBoolean) staticowner, content, caption, allowHtmlTextInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) staticowner, content, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32) staticowner, content, caption, buttons, defaultButtonInvokes a dialog with the specified owner, control, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) staticowner, content, caption, buttons, allowHtmlTextInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticowner, content, caption, buttons, defaultButton, allowHtmlTextInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticowner, content, caption, buttons, defaultButtonInvokes a dialog with the specified owner, control, caption, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons) staticowner, content, caption, buttonsInvokes a dialog with the specified owner, control, caption and buttons.
Show(IWin32Window, Control, String) staticowner, content, captionInvokes a dialog with the specified control, caption and owner.
Show(IWin32Window, Control) staticowner, contentInvokes a dialog with the specified owner and control.