WdFieldShading Enumeration

Specifies when to apply on-screen shading for form fields.

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

Syntax

'Declaration
Public Enumeration WdFieldShading
'Usage
Dim instance As WdFieldShading
public enum WdFieldShading

Members

Member name Description
wdFieldShadingNever Never apply.
wdFieldShadingAlways Always apply.
wdFieldShadingWhenSelected Apply only when form field is selected.

See Also

Reference

Microsoft.Office.Interop.Word Namespace