DocumentWindow.BlackAndWhite property (PowerPoint)

Determines whether the document window display is black and white. Read/write.

Syntax

expression.BlackAndWhite

expression A variable that represents a DocumentWindow object.

Return value

MsoTriState

Remarks

The value of the BlackAndWhite property can be one of these MsoTriState constants.

Constant Description
msoFalse The default. The document window display is not black and white.
msoTrue The document window display is black and white.

Example

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

Application.Windows(1).BlackAndWhite = msoTrue

See also

DocumentWindow Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.