TCnWebBrowser.IsBusy Property
Gets a value indicating whether the TCnWebBrowser control is currently loading a new document.
public
property IsBusy: Boolean read GetIsBusy;
Property Value
Type: Boolean
true if the control is busy loading a document; otherwise, false.
If this property is true, you can use the Stop method to halt the current navigation before the new document is fully loaded. Use the ReadyState property to determine the exact navigation state of the WebBrowser control. The IsBusy property value is false when the ReadyState property value is Complete.