Click or drag to resize

ChromiumHostControlBaseIsActivating Property

Version 130.1.90
Set to true while handing an activating WM_ACTIVATE message. MUST ONLY be cleared by DefaultFocusHandler.

Namespace: CefSharp.WinForms.Host
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public bool IsActivating { get; set; }

Property Value

Boolean
true if this instance is activating; otherwise, false.
See Also