MainWindow.ShowMessageOverlayAsync

Helper routine to show a Metro Dialog. Note this dialog popup is fully async!

public Task<MessageDialogResult> ShowMessageOverlayAsync(string title,
	string message,
	MessageDialogStyle style,
	MetroDialogSettings settings)

Parameters

title

message

style

settings


See also:

Class MainWindow

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic