Name |
Description |
Value |
Abort |
The dialog box return value is Abort (usually sent from a button labeled Abort). |
3 |
Cancel |
The dialog box return value is Cancel (usually sent from a button labeled Cancel). | 2 |
Ignore |
The dialog box return value is Ignore (usually sent from a button labeled Ignore). |
5 |
No |
The dialog box return value is No (usually sent from a button labeled No). |
7 |
None |
Nothing is returned from the dialog box. This means that the modal dialog continues running. |
0 |
OK |
The dialog box return value is OK (usually sent from a button labeled OK). |
1 |
Retry |
The dialog box return value is Retry (usually sent from a button labeled Retry). |
4 |
Yes |
The dialog box return value is Yes (usually sent from a button labeled Yes). |
6 |