ContentControl.LockContentControl Property

Definition

Returns or sets a Boolean that represents whether the user can delete a content control from the active document. Read/write.

public:
 property bool LockContentControl { bool get(); void set(bool value); };
public bool LockContentControl { get; set; }
member this.LockContentControl : bool with get, set
Public Property LockContentControl As Boolean

Property Value

Boolean

Remarks

The default value of this property is False. This property corresponds to the Content control cannot be deleted check box in the Content Control Properties dialog box.

Note: You cannot set this property if the Temporary property is set to True.

Applies to