Click or drag to resize

CefDisplayHandlerOnFullscreenModeChange Method

Called when web content in the page has toggled fullscreen mode. If |fullscreen| is true the content will automatically be sized to fill the browser content area. If |fullscreen| is false the content will automatically return to its original size and position. The client is responsible for resizing the browser if desired.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnFullscreenModeChange(
	CefBrowser browser,
	bool fullscreen
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
fullscreen
Type: SystemBoolean
See Also