ContentControl.Temporary Property (Word)

Returns or sets a Boolean that represents whether to remove a content control from the active document when the user edits the contents of the control. Read/write.

Syntax

expression .Temporary

expression An expression that returns a ContentControl object.

Remarks

The default value is False. This property corresponds to the Remove content control when contents are edited check box in the Content Control Properties dialog box.

Note

You cannot set this property if the LockContentControl property is set to True.

See Also

Concepts

ContentControl Object

ContentControl Object Members