Share via


ContentControl.Temporary Property

Word Developer Reference

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.

Bb242798.vs_note(en-us,office.12).gif  Note
You cannot set this property if the LockContentControl property is set to True.

See Also