MsoAlertButtonType Enumeration
Specifies the buttons to be displayed when issuing an alert to the user with the DoAlert method of the Assistant object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoAlertButtonType
'Usage
Dim instance As MsoAlertButtonType
public enum MsoAlertButtonType
Members
Member name | Description | |
---|---|---|
msoAlertButtonOK | OK button. | |
msoAlertButtonOKCancel | OK and Cancel buttons. | |
msoAlertButtonAbortRetryIgnore | Abort , Retry, and Ignore buttons. | |
msoAlertButtonYesNoCancel | Yes , No, and Cancel buttons. | |
msoAlertButtonYesNo | Yes and No buttons. | |
msoAlertButtonRetryCancel | Retry and Cancel buttons. | |
msoAlertButtonYesAllNoCancel | Yes , Yes to All, No, and Cancel buttons. Can only be used if the varSysAlert argument of the DoAlert method is set to False. |