Skip to main content

ThemedMessageBox Members

A message box that supports DevExpress themes and implements additional functionality not available in the standard control.

Methods

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.
GetMessageBoxIcon(MessageBoxImage, Boolean) static Gets a ThemedMessageBox‘s images and returns them as an ImageSource.
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(IEnumerable<UICommand>, Window, String, UIElement, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(IEnumerable<UICommand>, Window, String, UIElement, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, IEnumerable<UICommand>, Window, String, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, IEnumerable<UICommand>, Window, String, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ThemedMessageBoxParameters) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, IEnumerable<UICommand>, ThemedMessageBoxParameters) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ImageSource) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, Nullable<MessageBoxResult>, ThemedMessageBoxParameters) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, ImageSource) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, MessageBoxImage) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxImage) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, MessageBoxButton) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, String, MessageBoxButton, Nullable<MessageBoxResult>, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, String, MessageBoxButton, Nullable<MessageBoxResult>, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, UIElement, MessageBoxButton, Nullable<MessageBoxResult>, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, UIElement, MessageBoxButton, Nullable<MessageBoxResult>, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static Displays a ThemedMessageBox window. A result returned when the window is closed.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also