type TCefMenuButton = record
MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.
Implemented by ICefMenuButton.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_menu_button_capi.h">CEF source file: /include/capi/views/cef_menu_button_capi.h (cef_menu_button_t))
base: TCefLabelButton; |
|
show_menu: procedure(self: PCefMenuButton; menu_model: PCefMenuModel; const screen_point: PCefPoint; anchor_position: TCefMenuAnchorPosition); stdcall; |
|
trigger_menu: procedure(self: PCefMenuButton); stdcall; |
base: TCefLabelButton; |
|
This item has no description. |
show_menu: procedure(self: PCefMenuButton; menu_model: PCefMenuModel; const screen_point: PCefPoint; anchor_position: TCefMenuAnchorPosition); stdcall; |
|
This item has no description. |
trigger_menu: procedure(self: PCefMenuButton); stdcall; |
|
This item has no description. |