[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentControl.Temporary

Temporary Property

Temporary

Gets or sets whether the content control shall be removed from the document when the its contents are modified. This property is primarily intended for creating structured document tags whose sole purpose is one-time placeholder text, and which should not return once replaced with content. If false, then the content control shall not be automatically removed when its contents are modified. If true, then the LockControl will be reset to false.

Declaration
public bool Temporary { get; set; }
Public Property Temporary As Boolean