Offline Property
Sets or gets a value that indicates whether the object is operating in offline mode.
Syntax
object.Offline(value) [ = value ]
Possible Values
value Boolean that specifies or receives one of the following values: trueThe control is offline.falseDefault. The control is connected.The property is read/write. The property has no default value.
Remarks
In offline mode, the browser is forced to read HTML pages from the local cache instead of reading from the source document online.
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer, WebBrowser