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

    Controls if the Cancel variable of OnBeforeNavigate event will be used or not. Default is false.

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

    Due to a bug in ATL/MFC variables defined in IDL as VARIANT_BOOL* are not properly aligned when they participate in Events and cause Cancel to be set and subsequently to cancel navigation.

    For the time being, this setting disables cancelling navigation.

    See Also