Click or drag to resize

DisplayHandlerOnFullscreenModeChange Method

Version 130.1.90
Called when web content in the page has toggled fullscreen mode. The client is responsible for resizing the browser if desired.

Namespace: CefSharp.Handler
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void OnFullscreenModeChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	bool fullscreen
)

Parameters

chromiumWebBrowser  IWebBrowser
The ChromiumWebBrowser control
browser  IBrowser
the browser object
fullscreen  Boolean
If true the content will automatically be sized to fill the browser content area. If false the content will automatically return to its original size and position.
See Also