Send comments on this topic.
IsOffline Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : IsOffline Property
Gets a value that indicates whether the browser is offline.

Syntax

 
ReadOnly Object.IsOffline As Boolean

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl WControl
            
pubic Property IsOffline() As Boolean
Get
Return WControl.IsOffline;
End Get
End Property

See Also