Click or drag to resize

WebViewIHandlerBrowserContextMenuEnabled Property

Gets or sets a value indicating whether the user can click to show the context menu.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool BrowserContextMenuEnabled { get; set; }

Property Value

Type: Boolean
true if the context menu is enabled; otherwise, false.
Remarks
This is useful when using a browser control with content that should not be changed. The context menu can show navigation items which may cause the page to reload so setting this value to false will ensure the user can only interact with the page as is.
See Also