title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
DocumentWindow.BlackAndWhite property (PowerPoint) |
vbapp10.chm511007 |
|
|
1363b7df-8de5-955f-60a7-682cd6b4c848 |
06/08/2017 |
medium |
Determines whether the document window display is black and white. Read/write.
expression.BlackAndWhite
expression A variable that represents a DocumentWindow object.
MsoTriState
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. |
This example changes the display in window one to black and white.
Application.Windows(1).BlackAndWhite = msoTrue
[!includeSupport and feedback]