Options.SaveNormalPrompt Property
True if Microsoft Word prompts the user for confirmation to save changes to the Normal template before it quits. False if Word automatically saves changes to the Normal template before it quits.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SaveNormalPrompt As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.SaveNormalPrompt
instance.SaveNormalPrompt = value
bool SaveNormalPrompt { get; set; }
Property Value
Type: System.Boolean