Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / IsOffline Property


In This Topic
    IsOffline Property
    In This Topic
    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