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