MessageBoxData Properties
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DialogType | int | An integer that describes the standard windows type of the dialog box. | |
| HelpId | int | An ID that represents the dialog that has been displayed. (Inherited from DialogBoxData ) | DialogBoxData |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject ) | APIObject |
| Message | string | The message that has been displayed in the dialog box. |