type ICefRunContextMenuCallback = interface(ICefBaseRefCounted)
Callback interface used for continuation of custom context menu display.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_context_menu_handler_capi.h">CEF source file: /include/capi/cef_context_menu_handler_capi.h (cef_run_context_menu_callback_t))
procedure Cont(commandId: Integer; eventFlags: TCefEventFlags); |
|
procedure Cancel; |
procedure Cont(commandId: Integer; eventFlags: TCefEventFlags); |
|
Complete context menu display by selecting the specified |command_id| and |event_flags|. Attributes
|
procedure Cancel; |
|
Cancel context menu display. |