IWebBrowser2.Busy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the object is engaged in a navigation or downloading operation.
public:
property bool Busy { bool get(); };
public bool Busy { get; }
member this.Busy : bool
Public ReadOnly Property Busy As Boolean
Property Value
True
if the object is engaged in an operation, otherwise false
.