IDisplayHandlerOnFullscreenModeChange Method |
Version 51.0.0
Called when web content in the page has toggled fullscreen mode. The client is
responsible for resizing the browser if desired.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax void OnFullscreenModeChange(
IWebBrowser browserControl,
IBrowser browser,
bool fullscreen
)
void OnFullscreenModeChange(
IWebBrowser^ browserControl,
IBrowser^ browser,
bool fullscreen
)
Parameters
- browserControl
- 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