KeyEventFocusOnEditableField Property  | 
Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
Syntaxpublic bool FocusOnEditableField { get; set; }public:
property bool FocusOnEditableField {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also