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]
Parameters
- object
- Required. An object expression that evaluates to an object in the Applies To list.
- value
- Optional. 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