Busy Property
Gets a value that indicates whether the object is engaged in a navigation or downloading operation.
Syntax
[ bBool = ] object.Busy
Possible Values
bBool Boolean that receives one of the following values: trueThe control is busy.falseThe control is not busy.The property is read-only. The property has no default value.
Remarks
If the control is busy, you can use the Stop method to cancel the navigation or download operation before it is completed.
Applies To
InternetExplorer, WebBrowser