Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |