Style.AutomaticallyUpdate Property
True if the style is automatically redefined based on the selection. False if Microsoft Word prompts for confirmation before redefining the style based on the selection. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutomaticallyUpdate As Boolean
Get
Set
'Usage
Dim instance As Style
Dim value As Boolean
value = instance.AutomaticallyUpdate
instance.AutomaticallyUpdate = value
bool AutomaticallyUpdate { get; set; }
Property Value
Type: System.Boolean
Remarks
A style can be redefined when it is applied to a selection that has the same style but different manual formatting.