DropDownListContentControl.LockContents Property

Definition

Gets or sets a value that specifies whether the contents of the DropDownListContentControl can be edited.

public bool LockContents { get; set; }

Property Value

Boolean

true if the contents of the DropDownListContentControl cannot be edited; false if the contents can be edited. The default is false.

Remarks

To prevent users from deleting a DropDownListContentControl from the document, use the LockContentControl property. For more information about using a DropDownListContentControl to protect a part of a document, see Content Controls and How to: Protect Parts of Documents by Using Content Controls.

Applies to