| WebViewBrowserContextMenuEnabled 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
Syntaxpublic bool BrowserContextMenuEnabled { get; set; }Public Property BrowserContextMenuEnabled As Boolean
	Get
	Set
member BrowserContextMenuEnabled : bool with get, set
Property Value
Type: 
Booleantrue if the context menu is enabled; otherwise, 
false.
 Remarks
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
See Also