Style.AutomaticallyUpdate Property

Definition

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.

Applies to