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.
|