BrowserSettingsJavascriptDomPaste Property |
Version 98.1.210
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: 98.1.210.0
Syntax public CefState JavascriptDomPaste { get; set; }
public:
virtual property CefState JavascriptDomPaste {
CefState get () sealed;
void set (CefState value) sealed;
}
Property Value
Type:
CefStateImplements
IBrowserSettingsJavascriptDomPasteSee Also