Back to Devexpress

ThemedMessageBox Methods

wpf-devexpress-dot-xpf-dot-core-dot-themedmessagebox-dot-underscore-methods.md

latest8.0 KB
Original Source

ThemedMessageBox Methods

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

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.
GetMessageBoxIcon(MessageBoxImage, Boolean) staticGets a ThemedMessageBox‘s images and returns them as an ImageSource.
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(IEnumerable<UICommand>, Window, String, UIElement, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(IEnumerable<UICommand>, Window, String, UIElement, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, IEnumerable<UICommand>, Window, String, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, IEnumerable<UICommand>, Window, String, MessageBoxImage, Boolean, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ThemedMessageBoxParameters) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, IEnumerable<UICommand>, ThemedMessageBoxParameters) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ImageSource) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, Nullable<MessageBoxResult>, ThemedMessageBoxParameters) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, ImageSource) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, MessageBoxImage) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxImage) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, MessageBoxButton) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(String) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, String, MessageBoxButton, Nullable<MessageBoxResult>, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays 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>) staticDisplays a ThemedMessageBox window. A result returned when the window is closed.
Show(Window, String, UIElement, MessageBoxButton, Nullable<MessageBoxResult>, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) staticDisplays 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>) staticDisplays 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

ThemedMessageBox Class

ThemedMessageBox Members

DevExpress.Xpf.Core Namespace