Offline PropertyOffline Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Name Property
*Next Topic: Parent Property

Offline Property

Description

Returns or sets a value indicating whether the WebBrowser control is currently operating in offline mode. In offline mode, the browser is forced to read HTML pages from the local cache rather than from the source document.

Syntax

object.Offline [= value]

PartDescription
objectRequired. An object expression that evaluates to an object in the Applies To list.
valueOptional. A Boolean expression that determines whether the WebBrowser control is in offline mode. If TRUE, the WebBrowser will read data about its current URL from its local cache; if FALSE, it will attempt to read the source document. The default value is FALSE.

Applies To

InternetExplorer, WebBrowser


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.