Controls if the Cancel variable of OnBeforeNavigate event will be used or not. Default is false.
Controls if the Cancel variable of OnBeforeNavigate event will be used or not. Default is false.
Visual Basic |
---|
Public Property allow_cancel_on_before_navigate As Boolean |
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.