Specifies identifiers to indicate the return value of a dialog box.
| Member | Description |
|---|---|
| None | Nothing is returned from the dialog box. This means that the modal dialog continues running. |
| OK | The dialog box return value is OK (usually sent from a button labeled OK). |
| Cancel | The dialog box return value is Cancel (usually sent from a button labeled Cancel). |