Click or drag to resize

CefSharpSettingsFocusedNodeChangedEnabled Property

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

Property Value

Type: Boolean
See Also