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

Syntax

 
ReadOnly Object.IsBusy As Boolean

Example

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

See Also