Click or drag to resize
CefSettingsFocusedNodeChangedEnabled Property
Version 51.0.0
If true a message will be sent from the render subprocess to the browser when a DOM node (or no node) gets focus. The default is false.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public bool FocusedNodeChangedEnabled { get; set; }

Property Value

Type: Boolean
See Also