Alert/Prompt/Confirmation Dialogs
A confirmation dialog (sometimes called alert/prompt boxes) is a dialog box that asks the user to approve a requested operation. Usually this dialog appears before a potentially dangerous operation is performed (program termination, file deletion, etc.) Typically confirmation dialog boxes have two options (e.g. Yes / No, Confirm / Cancel).
Available Actions