Click or drag to resize

CefBrowserHostCreateBrowserSync(CefWindowInfo, CefClient, CefBrowserSettings) Method


Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefBrowser CreateBrowserSync(
	CefWindowInfo windowInfo,
	CefClient client,
	CefBrowserSettings settings
)

Parameters

windowInfo  CefWindowInfo
 
client  CefClient
 
settings  CefBrowserSettings
 

Return Value

CefBrowser
See Also