FormFields.Shaded Property
Determines if shading is applied to form fields.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Shaded As Boolean
Get
Set
'Usage
Dim instance As FormFields
Dim value As Boolean
value = instance.Shaded
instance.Shaded = value
bool Shaded { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if shading is applied to form fields, and False if not. Set the property value to True or False to enable or disable the functionality.
Shading makes form fields easier to locate in a document and doesn't affect the printed output.