Click or drag to resize

IDisplayHandlerOnFullscreenModeChange Method

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

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

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
fullscreen
Type: SystemBoolean
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