Record TCefMenuButtonDelegate

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMenuButtonDelegate = record

Description

Implement this structure to handle MenuButton events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

Implemented by ICefMenuButtonDelegate.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_menu_button_delegate_capi.h">CEF source file: /include/capi/views/cef_menu_button_delegate_capi.h (cef_menu_button_delegate_t))

Overview

Fields

Public base: TCefButtonDelegate;
Public on_menu_button_pressed: procedure(self: PCefMenuButtonDelegate; menu_button: PCefMenuButton; const screen_point: PCefPoint; button_pressed_lock: PCefMenuButtonPressedLock); stdcall;

Description

Fields

Public base: TCefButtonDelegate;

This item has no description.

Public on_menu_button_pressed: procedure(self: PCefMenuButtonDelegate; menu_button: PCefMenuButton; const screen_point: PCefPoint; button_pressed_lock: PCefMenuButtonPressedLock); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.