RichTextContentControl::LockContentControl Property
Gets or sets a value that specifies whether the RichTextContentControl can be deleted from the document.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Property Value
Type: System::Booleantrue if the RichTextContentControl cannot be deleted from the document; false if the control can be deleted. The default is false.
| Exception | Condition |
|---|---|
| COMException | This property is set when the Temporary property is true. |
To prevent users from editing the contents of a RichTextContentControl, use the LockContents property. For more information about how to use a RichTextContentControl to protect a part of a document, see Content Controls and How to: Protect Parts of Documents by Using Content Controls.
Show: