DocumentWindow.BlackAndWhite Property
Determines whether the document window display is black and white. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property BlackAndWhite As MsoTriState
Get
Set
'Usage
Dim instance As DocumentWindow
Dim value As MsoTriState
value = instance.BlackAndWhite
instance.BlackAndWhite = value
MsoTriState BlackAndWhite { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the BlackAndWhite property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The default. The document window display is not black and white. |
|
The document window display is black and white. |