Overview | Methods | This Package | All Packages
Fields | Description |
ABORT | Specifies that the result sent from the dialog box is "ABORT" (usually sent from a button labeled "Abort"). |
CANCEL | Specifies that the result sent from the dialog box is "CANCEL" (usually sent from a button labeled "Cancel"). |
IGNORE | Specifies that the result sent from the dialog box is "IGNORE" (usually sent from a button labeled "Ignore"). |
NO | Specifies that the result sent from the dialog box is "NO" (usually sent from a button labeled "No"). |
NONE | Specifies that the result sent from the dialog box is "NONE" (this means that the modal dialog should continue running). |
OK | Specifies that the result sent from the dialog box is "OK" (usually sent from a button labeled "OK"). |
RETRY | Specifies that the result sent from the dialog box is "RETRY" (usually sent from a button labeled "Retry"). |
YES | Specifies that the result sent from the dialog box is "YES" (usually sent from a button labeled "Yes"). |