Style.AutomaticallyUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool AutomaticallyUpdate { bool get(); void set(bool value); };
public bool AutomaticallyUpdate { get; set; }
member this.AutomaticallyUpdate : bool with get, set
Public Property AutomaticallyUpdate As Boolean
Property Value
Remarks
A style can be redefined when it is applied to a selection that has the same style but different manual formatting.