BuildingBlockGalleryContentControl.LockContents 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 contents of the BuildingBlockGalleryContentControl can be edited.
public:
property bool LockContents { bool get(); void set(bool value); };
public bool LockContents { get; set; }
member this.LockContents : bool with get, set
Public Property LockContents As Boolean
Property Value
true
if the contents of the BuildingBlockGalleryContentControl cannot be edited; false
if the content can be edited. The default is false
.
Remarks
To prevent users from deleting a BuildingBlockGalleryContentControl from the document, use the LockContentControl property. For more information about using a BuildingBlockGalleryContentControl to protect a part of a document, see Content Controls and How to: Protect Parts of Documents by Using Content Controls.