Returns a Boolean value indicating whether the WebBrowser control or Microsoft® Internet Explorer application is engaged in a navigation or downloading operation. If the control is busy, you can use the Stop method to cancel the navigation or download operation before it is completed.
Syntax
object.Busy
Parameters
- object
- Required. An object expression that evaluates to an object in the Applies To list.
Remarks
The Busy property returns TRUE if a download or navigation operation is currently in progress, or FALSE otherwise.
Applies To
See Also