Share via


MsoAlertCancelType Enumeration 

Specifies behavior when the user cancels an alert. Only msoAlertCancelDefault is currently supported.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoAlertCancelType1 As MsoAlertCancelType = MsoAlertCancelType.msoAlertCancelDefault

Syntax

Public Enum MsoAlertCancelType
public enum MsoAlertCancelType
public enum class MsoAlertCancelType
public enum MsoAlertCancelType
public enum MsoAlertCancelType

Members

Member name Description
msoAlertCancelDefault Default behavior for canceling an alert.
msoAlertCancelFifth Not supported.
msoAlertCancelFirst Not supported.
msoAlertCancelFourth Not supported.
msoAlertCancelSecond Not supported.
msoAlertCancelThird Not supported.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace