Click or drag to resize

KeyEventFocusOnEditableField Property

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public bool FocusOnEditableField { get; set; }

Property Value

Type: Boolean
See Also