ApplicationClass.DisplayAlerts Property

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

Syntax

'Declaration
Public Overridable Property DisplayAlerts As WdAlertLevel
    Get
    Set
'Usage
Dim instance As ApplicationClass
Dim value As WdAlertLevel

value = instance.DisplayAlerts

instance.DisplayAlerts = value
public virtual WdAlertLevel DisplayAlerts { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdAlertLevel

Implements

_Application.DisplayAlerts

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Word Namespace