mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / BrowserReady Property
In This Topic
    BrowserReady Property
    In This Topic
    Description

    Read Only - This flag is set to True before the OnBrowserReady event is fired.

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property BrowserReady As Boolean
    Return Type

    Returns True if the main Frame of the Browser has loaded its contents.

    Remarks

    The flag is a latch - it does not perform any IPC call to Chromium Process.

    See Also