Options.UpdateStyleListBehavior Property

Definition

Gets or sets a WdUpdateStyleListBehavior constant that specifies the behavior Word 2010 should take when updating a style to match a selection that contains numbering or bullets.

public:
 property Microsoft::Office::Interop::Word::WdUpdateStyleListBehavior UpdateStyleListBehavior { Microsoft::Office::Interop::Word::WdUpdateStyleListBehavior get(); void set(Microsoft::Office::Interop::Word::WdUpdateStyleListBehavior value); };
public Microsoft.Office.Interop.Word.WdUpdateStyleListBehavior UpdateStyleListBehavior { get; set; }
member this.UpdateStyleListBehavior : Microsoft.Office.Interop.Word.WdUpdateStyleListBehavior with get, set
Public Property UpdateStyleListBehavior As WdUpdateStyleListBehavior

Property Value

A WdUpdateStyleListBehavior object.

Remarks

Read/write. Setting this property has the same effect as selecting an item in the dropdown list in the Word 2010Options dialog box (Advanced tab, Editing options, Updating style to match selection:.

Applies to