Show Method (C1PromptBox)
In This Topic
Displays a prompt box that has a message, title bar caption, and calls back with the user input.
Overload List
Overload | Description |
Show(String,String,Action<String,MessageBoxResult>) | Displays a prompt box that has a message, title bar caption, and calls back with the user input. |
Show(String,String,String,Action<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