Click or drag to resize

IBrowserSettingsJavascriptDomPaste Property

Version 108.4.130
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 (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
CefState JavascriptDomPaste { get; set; }

Property Value

Type: CefState
See Also