DialogBox is the class for dialog boxes.
In the declaration for a dialog box, you can specify the following variables to affect how certain methods work:
| Variable | Description | Used by |
|---|---|---|
| wAcceptButton | A non-standard button to use to close the dialog and accept the values specified there; the default is OK. | Accept method |
| wDismissButton | A non-standard button to use to close the dialog and not accept the values specified there; the default is Cancel. | Dismiss method |