Options.PromptUpdateStyle Property
True displays a message asking the user to verify whether they want to reformat a style or reapply the original style formatting when changing the formatting of styles. False reapplies the style formatting to the selection without verifying whether the user wants to change the style.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PromptUpdateStyle As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.PromptUpdateStyle
instance.PromptUpdateStyle = value
bool PromptUpdateStyle { get; set; }
Property Value
Type: System.Boolean