ChromiumWebBrowserIsActivating Property |
Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax public bool IsActivating { get; set; }
public:
property bool IsActivating {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if this instance is activating; otherwise,
false.
See Also