Back to Devexpress

XtraDialog Methods

windowsforms-devexpress-dot-xtraeditors-dot-xtradialog-dot-underscore-methods.md

latest13.3 KB
Original Source

XtraDialog Methods

A message box that can display any control (e.g., a UserControl) in its client area.

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Show(UserLookAndFeel, Control, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, Control) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String) staticInvokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control) staticInvokes a dialog with the specified settings.
Show(XtraDialogArgs) staticDisplays an XtraDialog with the specified settings.
Show(Control, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(Control, String, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticInvokes a dialog with the specified control, caption, buttons and default button.
Show(Control, String, MessageBoxButtons) staticInvokes a dialog with the specified control, caption and buttons.
Show(Control, String) staticInvokes a dialog with the specified control and caption.
Show(Control) staticInvokes a dialog displaying the specified control in its client area.
Show(IWin32Window, Control, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32) staticInvokes a dialog with the specified owner, control, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) staticInvokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) staticInvokes a dialog with the specified owner, control, caption, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons) staticInvokes a dialog with the specified owner, control, caption and buttons.
Show(IWin32Window, Control, String) staticInvokes a dialog with the specified control, caption and owner.
Show(IWin32Window, Control) staticInvokes a dialog with the specified owner and control.
ShowAsync(XtraDialogArgs) staticDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(Control) staticDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ShowAsync(IWin32Window, Control) staticDisplays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

XtraDialog Class

XtraDialog Members

DevExpress.XtraEditors Namespace