Click or drag to resize

DisplayHandler.OnFullscreenModeChange Method

Version 113.3.50
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: 113.3.50.0 (113.3.50.0)
Syntax
protected virtual void OnFullscreenModeChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	bool fullscreen
)

Parameters

chromiumWebBrowser
Type: CefSharp.IWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
fullscreen
Type: System.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