| ChromiumHostControlBaseIsActivating Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic 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
See Also