AFXDialog.OK
|
AFXDialog.ID_CLICKED_OK
|
OK
|
Commit the values in the
dialog box, process them, and then hide the dialog box.
|
AFXDialog.CONTINUE
|
AFXDialog.ID_CLICKED_CONTINUE
|
Continue…
|
Commit the values in the
dialog box, hide it, and continue collecting input from the user in another
dialog box or prompt.
|
AFXDialog.APPLY
|
AFXDialog.ID_CLICKED_APPLY
|
Apply
|
Same as OK, except the dialog
box is not hidden.
|
AFXDialog.DEFAULTS
|
AFXDialog.ID_CLICKED_DEFAULTS
|
Defaults
|
Reset the values in the
dialog box to their defaults.
|
AFXDialog.YES
|
AFXDialog.ID_CLICKED_YES
|
Yes
|
Invoke the affirmative action
in response to the question posed by the dialog box.
|
AFXDialog.NO
|
AFXDialog.ID_CLICKED_NO
|
No
|
Invoke the negative action in
response to the question posed by the dialog box.
|
AFXDialog.CANCEL
|
AFXDialog.ID_CLICKED_CANCEL
|
Cancel
|
Do not commit the values in
the dialog box; just hide the dialog box. Optionally, for the AFXDataDialog a
bailout may be posted if the user has changed any values since the last commit.
|
AFXDialog.DISMISS
|
AFXDialog.ID_CLICKED_DISMISS
|
Dismiss
|
Hide the dialog box without
taking any other action.
|