_Document.LockQuickStyleSet Property

Returns or sets a Boolean that represents whether users can change which set of Quick Styles is being used. Read/write.

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

Syntax

'Declaration
Property LockQuickStyleSet As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.LockQuickStyleSet

instance.LockQuickStyleSet = value
bool LockQuickStyleSet { get; set; }

Property Value

Type: System.Boolean
Boolean s

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace