DatePickerContentControl.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.
Gets or sets a value that specifies whether the DatePickerContentControl can be deleted from the document.
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
true
if the DatePickerContentControl cannot be deleted from the document; false
if the control can be deleted. The default is false
.
Exceptions
This property is set when the Temporary property is true
.
Remarks
To prevent users from editing the contents of a DatePickerContentControl, use the LockContents property. For more information about how to use a DatePickerContentControl to protect a part of a document, see Content Controls and How to: Protect Parts of Documents by Using Content Controls.