InputBox.ShowInputBox Method

String ShowInputBox(String caption, String prompt, String defvalue)

Invokes input box dialog.

#NameDescription
1captionInput box caption.
2promptInput box text prompt.
3defvalueInput box default text value.

Returns: String - Returns entered text, but only f dialog result is DialogResult.OK.