Back to Devexpress

ThemedMessageBox.Show(String, String, ImageSource) Method

wpf-devexpress-dot-xpf-dot-core-dot-themedmessagebox-dot-show-x28-system-dot-string-system-dot-string-system-dot-windows-dot-media-dot-imagesource-x29.md

latest1.7 KB
Original Source

ThemedMessageBox.Show(String, String, ImageSource) Method

Displays a ThemedMessageBox window. A result returned when the window is closed.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static MessageBoxResult Show(
    string title,
    string text,
    ImageSource image
)
vb
Public Shared Function Show(
    title As String,
    text As String,
    image As ImageSource
) As MessageBoxResult

Parameters

NameTypeDescription
titleString

The window’s header text.

| | text | String |

The window’s message text.

| | image | ImageSource |

An image displayed in the ThemedMessageBox.

|

Returns

TypeDescription
MessageBoxResult

The ThemedMessageBox result value.

|

See Also

ThemedMessageBox Class

ThemedMessageBox Members

DevExpress.Xpf.Core Namespace