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

XtraDialog Methods

A message box that allows displaying any control (e.g., a UserControl) in its client area.
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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Show(UserLookAndFeel, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String, MessageBoxButtons) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control, String) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, Control) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, DialogResult[], Int32) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String, MessageBoxButtons) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control, String) static Invokes a dialog with the specified settings.
Show(UserLookAndFeel, IWin32Window, Control) static Invokes a dialog with the specified settings.
Show(XtraDialogArgs) static Displays an XtraDialog with the specified settings.
Show(Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified control, caption, buttons and default button.
Show(Control, String, MessageBoxButtons) static Invokes a dialog with the specified control, caption and buttons.
Show(Control, String) static Invokes a dialog with the specified control and caption.
Show(Control) static Invokes a dialog displaying the specified control in its client area.
Show(IWin32Window, Control, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, DialogResult[], Int32) static Invokes a dialog with the specified owner, control, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton, DefaultBoolean) static Invokes a dialog with the specified settings.
Show(IWin32Window, Control, String, MessageBoxButtons, MessageBoxDefaultButton) static Invokes a dialog with the specified owner, control, caption, buttons and default button.
Show(IWin32Window, Control, String, MessageBoxButtons) static Invokes a dialog with the specified owner, control, caption and buttons.
Show(IWin32Window, Control, String) static Invokes a dialog with the specified control, caption and owner.
Show(IWin32Window, Control) static Invokes a dialog with the specified owner and control.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also