Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / Temporary Property

In This Topic
    Temporary Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property Temporary As System.Boolean
    public System.bool Temporary {get; set;}
    See Also