BlackAndWhite Property

Applies To

DocumentWindow object.

Description

True if the document window display is black and white. The default value is False. Read/write Long.

See Also

BlackWhiteMode property.

Example

This example changes the display in window one to black and white.

Application.Windows(1).BlackAndWhite = True