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