Busy PropertyBusy Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Application Property
*Next Topic: Container Property

Busy Property

Description

Returns a Boolean value indicating whether the WebBrowser control or 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

PartDescription
objectRequired. 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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.