Click or drag to resize

BrowserSettingsJavascriptDomPaste Property

Version 86.0.240
Controls whether DOM pasting is supported in the editor via execCommand("paste"). The |javascript_access_clipboard| setting must also be enabled. Also configurable using the "disable-javascript-dom-paste" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual CefState JavascriptDomPaste { get; set; }

Property Value

Type: CefState

Implements

IBrowserSettingsJavascriptDomPaste
See Also