Options.BlueScreen Property
True if Microsoft Word displays text as white characters on a blue background.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BlueScreen As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.BlueScreen
instance.BlueScreen = value
bool BlueScreen { get; set; }
Property Value
Type: System.Boolean