Click to return to the Reusing Browser Technology home page    
Name Property     Parent Property     WebBrowser Properties    
Web Workshop  |  Reusing Browser Technology

Offline Property


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.