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


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