KeyEventFocusOnEditableField Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool FocusOnEditableField { get; set; }
public:
property bool FocusOnEditableField {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also