PpAlertLevel Enumeration

Specifies whether Microsoft PowerPoint displays alerts while running a macro.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("14876707-AF12-41EE-983D-E7366840A4DF")> _
Public Enumeration PpAlertLevel
'Usage
Dim instance As PpAlertLevel
[GuidAttribute("14876707-AF12-41EE-983D-E7366840A4DF")]
public enum PpAlertLevel

Members

Member name Description
ppAlertsNone No alerts are displayed.
ppAlertsAll All alerts are displayed.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace