Method Unfocus
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
Unfocus()
Tells the browser that it does not have focus and must be deactivated.
void Unfocus()
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.