Block Right Click
Posted: Fri Apr 27, 2018 5:54 pm
Hi guys, existe some way to block the right mouse click to avoid the source and print menu?
Thanks
Thanks
The forum for BriskBard users and CEF4Delphi / WebView4Delphi / WebUI4Delphi / WebUI4CSharp developers
http://www.briskbard.com/forum/
Code: Select all
model.clear;
Code: Select all
///
// Called before a context menu is displayed. |params| provides information
// about the context menu state. |model| initially contains the default
// context menu. The |model| can be cleared to show no context menu or
// modified to show a custom menu. Do not keep references to |params| or
// |model| outside of this callback.
///