Partager via


WebBrowserExtended.IsBusy Property

Definition

Gets a value that specifies whether the WebBrowser control is currently loading a new document.

public:
 property bool IsBusy { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsBusy { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsBusy : bool
Public ReadOnly Property IsBusy As Boolean

Property Value

True if the control is loading a document; otherwise false.

Attributes

Applies to