Back to Devexpress

XtraDialog Members

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

latest14.1 KB
Original Source

XtraDialog Members

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

Properties

NameDescription
AllowCustomLookAndFeel staticGets or sets whether a dialog is painted using its own look and feel settings, which are specified by the lookAndFeel parameter of specific XtraDialog.Show method overloads. This property is ignored if the lookAndFeel parameter is set to use a skinning paint scheme.
AllowHtmlText staticGets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions.
ButtonsAlignment staticGets or sets whether the buttons are aligned on the left, right, or in the center.

Methods

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

DevExpress.XtraEditors Namespace