Viewer.AlertsEnabled property (Visio Viewer)

Gets or sets a value that indicates whether warnings and alerts appear when an error occurs in Microsoft Visio Viewer. Read/write.

Syntax

expression.AlertsEnabled

expression An expression that returns a Viewer object.

Return value

Boolean

Remarks

The default is for warnings and alerts to appear (True).

Example

The following code shows how to determine whether alerts are enabled in Visio Viewer.

 Debug.Print vsoViewer.AlertsEnabled

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.