Share via


GroupContentControl.LockContentControl Property (2007 System)

Gets or sets a value that specifies whether the GroupContentControl can be deleted from the document.

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

Syntax

'Declaration
Public Property LockContentControl As Boolean
'Usage
Dim instance As GroupContentControl 
Dim value As Boolean 

value = instance.LockContentControl

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

Property Value

Type: System.Boolean
true if the GroupContentControl cannot be deleted from the document; false if the control can be deleted. The default is false.

Remarks

For more information about how to use a GroupContentControl to protect a part of a document, see Content Controls and How to: Protect Parts of Documents by Using Content Controls.

.NET Framework Security

See Also

Reference

GroupContentControl Class

GroupContentControl Members

Microsoft.Office.Tools.Word Namespace

Other Resources

Content Controls

How to: Protect Parts of Documents by Using Content Controls