Document.LockQuickStyleSet Property (2007 System)

Gets or sets a value that indicates whether users can change the set of Quick Styles that is being used.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Property LockQuickStyleSet As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.LockQuickStyleSet

instance.LockQuickStyleSet = value
public bool LockQuickStyleSet { get; set; }
public:
property bool LockQuickStyleSet {
    bool get ();
    void set (bool value);
}
public function get LockQuickStyleSet () : boolean 
public function set LockQuickStyleSet (value : boolean)

Property Value

Type: System.Boolean
true if users can change the set of Quick Styles that is being used; otherwise, false.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace