FieldShading Property

Applies To

View object.

Description

Returns or sets on-screen shading for form fields. Can be one of the following WdFieldShading constants: wdFieldShadingAlways, wdFieldShadingNever, or wdFieldShadingWhenSelected. Read/write Long.

See Also

ProtectedForForms property, Shaded property, Shading property.

Example

This example enables field shading for all form fields in the active window.

ActiveWindow.View.FieldShading = wdFieldShadingAlways