Options.UpdateStyleListBehavior Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property UpdateStyleListBehavior As WdUpdateStyleListBehavior
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdUpdateStyleListBehavior

value = instance.UpdateStyleListBehavior

instance.UpdateStyleListBehavior = value
WdUpdateStyleListBehavior UpdateStyleListBehavior { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdUpdateStyleListBehavior
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:.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace