App |
The AppResponseEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AppResponseEventArgs | Construct AppAlertEventArgs object. |
| Name | Description | |
|---|---|---|
| cLabel | A short string to appear in front of and on the same line as the edit text field. | |
| Default | A default value for the answer to the question. If not specified, no default value is presented. | |
| IsPassword | If true, indicates that the user's response should show as asterisks (*) or bullets (?) to mask the response, which might be sensitive information. The default is false. | |
| Question | The question to be posed to the user. | |
| Title | The title of the dialog box. | |
| UserResponse | To receive the user's response. |