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

    Fired when user right-clicks on a Frame window of the Browser.

    Syntax
    Visual Basic
    Public Event OnContextMenu()
    Remarks

    You must set Settings.show_context_menu = True in OnCreate event to receive this event.

    See Also