CefSettingsFocusedNodeChangedEnabled Property |
Version 55.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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public bool FocusedNodeChangedEnabled { get; set; }
public:
property bool FocusedNodeChangedEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also