IWindow.Alert

IWindow.Alert method

Displays a modal alert with the given message, and waits for the user to dismiss it

public void Alert(string message)
ParameterTypeDescription
messageStringThe message.

See Also