Options.BackgroundOpen Property
True for Microsoft Word to open Web documents in the background.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BackgroundOpen As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.BackgroundOpen
instance.BackgroundOpen = value
bool BackgroundOpen { get; set; }
Property Value
Type: System.Boolean
Remarks
While Microsoft Word is opening a large Web document in the background, users can continue to type and choose commands in another document. However, until the Web document is fully opened, Word Visual Basic for Applications functions are disabled for the document being opened.