msoAlertButtonType |
Specifies the buttons to be displayed when issuing an alert to the user with the DoAlert method of the Assistant object. |
msoAlertButtonAbortRetryIgnore | Abort, Retry, and Ignore buttons (2) |
msoAlertButtonOK | OK button (0) |
msoAlertButtonOKCancel | OK and Cancel buttons (1) |
msoAlertButtonRetryCancel | Retry and Cancel buttons (5) |
msoAlertButtonYesAllNoCancel | Yes, Yes to All, No, and Cancel buttons (6) |
msoAlertButtonYesNo | Yes and No buttons (4) |
msoAlertButtonYesNoCancel | Yes, No, and Cancel buttons (3) |
msoAlertButtonAbortRetryIgnore |
Abort, Retry, and Ignore buttons (2) |
msoAlertButtonOK |
OK button (0) |
msoAlertButtonOKCancel |
OK and Cancel buttons (1) |
msoAlertButtonRetryCancel |
Retry and Cancel buttons (5) |
msoAlertButtonYesAllNoCancel |
Yes, Yes to All, No, and Cancel buttons (6) |
msoAlertButtonYesNo |
Yes and No buttons (4) |
msoAlertButtonYesNoCancel |
Yes, No, and Cancel buttons (3) |
REMARKS |
* The 'msoAlertButtonYesAllNoCancel' can only be used if the varSysAlert argument of the DoAlert method is set to False. * This enumeration is only provided for backwards compatibility and should not be used. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top