WdFieldShading Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies when to apply on-screen shading for form fields.
public enum class WdFieldShading
[System.Runtime.InteropServices.Guid("4165CD13-DD2A-354B-9992-F5B446F34D40")]
public enum WdFieldShading
type WdFieldShading =
Public Enum WdFieldShading
- Inheritance
-
WdFieldShading
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFieldShadingNever | 0 | Never apply. |
wdFieldShadingAlways | 1 | Always apply. |
wdFieldShadingWhenSelected | 2 | Apply only when form field is selected. |