Overload List

  Name Description
Public method Static member Show(String, String, Action<(Of <<'(String, MessageBoxResult>)>>))
Displays a prompt box that has a message, title bar caption, and calls back with the user input.
Public method Static member Show(String, String, String, Action<(Of <<'(String, MessageBoxResult>)>>))
Displays a prompt box that has a message, title bar caption, content with a default value, and calls back with the user input.

See Also