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

    Controls if the Browser will be allowed to get focus when it requests it.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property allow_browser_to_get_focus As Boolean
    Remarks

    The browser component request focus either by explicit navigation via the API (Open(), etc). or generated by the system.

    This flag controls if the browser will be allowed to receive focus when it requests it.

    See Also