IDisplayHandlerOnFullscreenModeChange Method  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxvoid OnFullscreenModeChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	bool fullscreen
)
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