Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ThemedMessageBox.Show Method

Name Parameters Description
Show(IEnumerable<UICommand>, Window, String, UIElement, ImageSource, MessageBoxOptions, WindowStartupLocation, WindowTitleAlignment, Nullable<Boolean>) static messageBoxButtons, owner, title, messageContent, image, options, windowStartupLocation, titleAlignment, showActivated 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 messageBoxButtons, owner, title, messageContent, icon, usePngImages, options, windowStartupLocation, titleAlignment, showActivated 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 text, messageBoxButtons, owner, title, image, options, windowStartupLocation, titleAlignment, showActivated 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 text, messageBoxButtons, owner, title, icon, usePngImages, options, windowStartupLocation, titleAlignment, showActivated Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ThemedMessageBoxParameters) static title, text, messageBoxParameters Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, IEnumerable<UICommand>, ThemedMessageBoxParameters) static title, text, messageBoxButtons, messageBoxParameters Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, ImageSource) static title, text, image Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, Nullable<MessageBoxResult>, ThemedMessageBoxParameters) static title, text, messageBoxButtons, defaultButton, messageBoxParameters Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, ImageSource) static title, text, messageBoxButtons, image Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton, MessageBoxImage) static title, text, messageBoxButtons, image Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxButton) static title, text, messageBoxButtons Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String, MessageBoxImage) static title, text, image Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, String) static title, text Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String, MessageBoxButton) static title, messageBoxButtons Displays a ThemedMessageBox window. A result returned when the window is closed.
Show(String) static text 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 owner, title, text, messageBoxButtons, defaultButton, image, options, windowStartupLocation, titleAlignment, showActivated 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 owner, title, text, messageBoxButtons, defaultButton, icon, usePngImages, options, windowStartupLocation, titleAlignment, showActivated 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 owner, title, messageContent, messageBoxButtons, defaultButton, image, options, windowStartupLocation, titleAlignment, showActivated 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 owner, title, messageContent, messageBoxButtons, defaultButton, icon, usePngImages, options, windowStartupLocation, titleAlignment, showActivated Displays a ThemedMessageBox window. A result returned when the window is closed.