BrowserWindowEx.IsLoadComplete 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.
Specifies if the loading is complete.
public:
property bool IsLoadComplete { bool get(); };
public bool IsLoadComplete { get; }
member this.IsLoadComplete : bool
Public ReadOnly Property IsLoadComplete As Boolean
Property Value
true
if the loading completes successfully; otherwise, false
.