Activates or Deactivates the contextual menus of the WebView2 browser
Syntax
object .AreDefaultContextMenusEnabeld [= Value ]
The object placeholder represents an OrdoWebView2 control
Values
Value: The property values are as follows:
| Value | Description |
| True | Activates the contextual menus of the WebView2 browser |
| False | Deactivates the contextual menus of the WebView2 browser |
If False, the UserContextMenu event is fired, allowing the application to manage the display of a custom context menu.