Click or drag to resize

ChromiumWebBrowserIsActivating Property

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

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

Property Value

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