Click or drag to resize
KeyEventFocusOnEditableField Property
Version 63.0.0
True if the focus is currently on an editable field on the page. This is useful for determining if standard key events should be intercepted.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public bool FocusOnEditableField { get; set; }

Property Value

Type: Boolean
See Also