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

    Returns the Window Handle of Chromium Browser Control.

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property hWndBrowser As Integer
    Return Type

    Returns the Window Handle of Chromium Browser Control.

    Remarks

    This is retrieved from CEF3 sub process by making a call to browser->GetHost()->GetWindowHandle();

    See Also