Back to Devexpress

ThemedMessageBox.Show(String, String) Method

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

latest1.4 KB
Original Source

ThemedMessageBox.Show(String, String) 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
)
vb
Public Shared Function Show(
    title As String,
    text As String
) As MessageBoxResult

Parameters

NameTypeDescription
titleString

The window’s header text.

| | text | String |

The window’s message text.

|

Returns

TypeDescription
MessageBoxResult

The ThemedMessageBox result value.

|

See Also

ThemedMessageBox Class

ThemedMessageBox Members

DevExpress.Xpf.Core Namespace