ContentControl.Temporary Property

Definition

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.

public:
 property bool Temporary { bool get(); void set(bool value); };
public bool Temporary { get; set; }
member this.Temporary : bool with get, set
Public Property Temporary As Boolean

Property Value

Boolean

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.

Applies to