type TCefMenuButtonDelegateRef = class(TCefButtonDelegateRef, ICefMenuButtonDelegate)
This item has no description.
procedure OnMenuButtonPressed(const menu_button: ICefMenuButton; const screen_point: TCefPoint; const button_pressed_lock: ICefMenuButtonPressedLock); |
|
class function UnWrap(data: Pointer): ICefMenuButtonDelegate; |
procedure OnMenuButtonPressed(const menu_button: ICefMenuButton; const screen_point: TCefPoint; const button_pressed_lock: ICefMenuButtonPressedLock); |
|
This item has no description. Showing description inherited from ICefMenuButtonDelegate.OnMenuButtonPressed. Called when |button| is pressed. Call ICefMenuButton.ShowMenu() to show a popup menu at |screen_point|. When showing a custom popup such as a window keep a reference to |button_pressed_lock| until the popup is hidden to maintain the pressed button state. |
class function UnWrap(data: Pointer): ICefMenuButtonDelegate; |
|
Returns a ICefMenuButtonDelegate instance using a PCefMenuButtonDelegate data pointer. |