public class InputBox : Form
Input box visual control.
Properties
| Name | Type | Description |
|---|---|---|
| DefaultValue | String | Input box default text value. |
| FormCaption | String | Input box form title. |
| Prompt | String | Input box prompt text. |
| TextValue | String | Input box text value. |
Methods
| Name | Description |
|---|---|
| ctor | Input box constructor. |
| ShowInputBox | Invokes input box dialog. |