Options.BackgroundOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True for Microsoft Word to open Web documents in the background.
public:
property bool BackgroundOpen { bool get(); void set(bool value); };
public bool BackgroundOpen { get; set; }
member this.BackgroundOpen : bool with get, set
Public Property BackgroundOpen As Boolean
Property Value
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.