TCnWebBrowser.IsOffline Property
Gets a value indicating whether the TCnWebBrowser control is in offline mode.
public
property IsOffline: Boolean read GetIsOffline;
Property Value
Type: Boolean
true if the WebBrowser control is in offline mode; otherwise, false.
In offline mode, the WebBrowser control is forced to load Web pages from the local cache rather than downloading them.