MsoAlertCancelType Enumeration
Specifies behavior when the user cancels an alert. Only msoAlertCancelDefault is currently supported.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoAlertCancelType
'Usage
Dim instance As MsoAlertCancelType
public enum MsoAlertCancelType
Members
Member name | Description | |
---|---|---|
msoAlertCancelDefault | Default behavior for canceling an alert. | |
msoAlertCancelFirst | Not supported. | |
msoAlertCancelSecond | Not supported. | |
msoAlertCancelThird | Not supported. | |
msoAlertCancelFourth | Not supported. | |
msoAlertCancelFifth | Not supported. |