KryptonInputBoxShow Method |
Name | Description | |
---|---|---|
Show | Displays the control to the user. (Inherited from Control.) | |
Show(IWin32Window) | Shows the form with the specified owner to the user. (Inherited from Form.) | |
Show(String) |
Displays an input box with the provided prompt.
| |
Show(String, String) |
Displays an input box with provided prompt and caption.
| |
Show(IWin32Window, String) |
Displays an input box in front of the specified object and with the provided prompt.
| |
Show(String, String, String) |
Displays an input box with provided prompt and caption and defaulted response string.
| |
Show(IWin32Window, String, String) |
Displays an input box in front of the specified object and with the provided prompt and caption.
| |
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.
|