Click to return to the Reusing Browser Technology home page    
Application Property     Container Property     WebBrowser Properties    
Web Workshop  |  Reusing Browser Technology

Busy Property


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

InternetExplorer, WebBrowser

See Also

Stop



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.