FormField.Enabled Property

Determines if a form field is enabled.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As FormField
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
bool Enabled { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if a form field is enabled, and False if not. Set the property value to True or False to enable or disable the functionality.

If a form field is enabled, its contents can be changed as the form is filled in.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace