IBrowserSettingsJavascriptDomPaste Property |
Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax CefState JavascriptDomPaste { get; set; }
property CefState JavascriptDomPaste {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateSee Also