BrowserSettingsJavascriptDomPaste Property |
Version 55.0.0
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual CefState JavascriptDomPaste { get; set; }
public:
virtual property CefState JavascriptDomPaste {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateImplements
IBrowserSettingsJavascriptDomPasteSee Also