WebBrowserExtended.IsBusy 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 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