Show(String,String,Action<String,MessageBoxResult>) Method
Displays a prompt box that has a message, title bar caption, and calls back with the user input.
Parameters
- message
- The text to display as a message.
- caption
- The title bar caption.
- callback
- An Action which is called with the user input.