IWebBrowser2.Busy Property

Definition

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.

Applies to