Click or drag to resize
ManagedCefBrowserAdapterGetBrowser Method
Version 51.0.0

[Missing <summary> documentation for "M:CefSharp.ManagedCefBrowserAdapter.GetBrowser(System.Int32)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public virtual IBrowser GetBrowser(
	int browserId
)

Parameters

browserId
Type: SystemInt32

[Missing <param name="browserId"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.GetBrowser(System.Int32)"]

Return Value

Type: IBrowser

[Missing <returns> documentation for "M:CefSharp.ManagedCefBrowserAdapter.GetBrowser(System.Int32)"]

See Also