How can I unfocus page? I mean I want to tell website that I have minimized window or looking another site.
...
P.S. I think I have solved a problem with code
Code: Select all
Chromium2.Browser.Host.SendFocusEvent(false);
Code: Select all
Chromium2.Browser.Host.SendFocusEvent(false);