Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.13 KB

PowerPoint.DocumentWindow.BlackAndWhite.md

File metadata and controls

57 lines (32 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DocumentWindow.BlackAndWhite property (PowerPoint)
vbapp10.chm511007
vbapp10.chm511007
PowerPoint.DocumentWindow.BlackAndWhite
1363b7df-8de5-955f-60a7-682cd6b4c848
06/08/2017
medium

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

[!includeSupport and feedback]