Method ShowInputBox
ShowInputBox(string, string, string)
Declaration
Task<string> ShowInputBox(string title, string content, string contentHint)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | |
| string | content | |
| string | contentHint |
Returns
| Type | Description |
|---|---|
| Task<string> |
ShowInputBox(string, string, string, bool, params MessageBoxElement[])
Declaration
Task<(MessageBoxElement DialogResult, string InputContent)> ShowInputBox(string title, string content, string contentHint, bool isReadOnly, params MessageBoxElement[] buttons)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | |
| string | content | |
| string | contentHint | |
| bool | isReadOnly | |
| MessageBoxElement[] | buttons |
Returns
| Type | Description |
|---|---|
| Task<(MessageBoxElement DialogResult, string InputContent)> |