Section.ProtectedForForms Property
True if the specified section is protected for forms. When a section is protected for forms, you can select and modify text only in form fields.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ProtectedForForms As Boolean
Get
Set
'Usage
Dim instance As Section
Dim value As Boolean
value = instance.ProtectedForForms
instance.ProtectedForForms = value
bool ProtectedForForms { get; set; }
Property Value
Type: System.Boolean
Remarks
To protect an entire document, use the Protect method of the Document object.