IBrowserHostNotifyScreenInfoChanged Method |
Version 98.1.210
Send a notification to the browser that the screen info has changed.
The browser will then call CefRenderHandler::GetScreenInfo to update the screen information with the new values.
This simulates moving the webview window from one display to another, or changing the properties of the current display.
This method is only used when window rendering is disabled.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax void NotifyScreenInfoChanged()
void NotifyScreenInfoChanged()
See Also