Click or drag to resize

CefFocusSource Enumeration

Focus sources.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CefFocusSource
Members
Member nameValueDescription
Navigation0 The source is explicit navigation via the API (LoadURL(), etc).
System1 The source is a system-generated focus event.
See Also