ContentControl.LockContentControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.