InfoConnect for Unisys
IsOffline Property


Gets a value that indicates whether the Web browser is offline.
Syntax
'Declaration
 
ReadOnly Property IsOffline As Boolean
'Usage
 
Dim instance As IWebControl
Dim value As Boolean
 
value = instance.IsOffline
bool IsOffline {get;}
See Also