Krypton |
| Name | Description | |
|---|---|---|
| Show | Displays the control to the user. | |
| Show(IWin32Window) | Shows the form with the specified owner to the user. | |
| Show(String) | Displays an input box with the provided prompt. | |
| Show(IWin32Window, String) | Displays an input box in front of the specified object and with the provided prompt. | |
| Show(String, String) | Displays an input box with provided prompt and caption. | |
| Show(IWin32Window, String, String) | Displays an input box in front of the specified object and with the provided prompt and caption. | |
| Show(String, String, String) | Displays an input box with provided prompt and caption and defaulted response string. | |
| Show(IWin32Window, String, String, String) | DDisplays an input box in front of the specified object and with the provided prompt and caption and defaulted response string. |