Click or drag to resize

CreatePopupChromiumHostControl Delegate

Version 102.0.100
Called to create a new instance of ChromiumHostControl. Allows creation of a derived implementation of ChromiumHostControl.

Namespace:  CefSharp.WinForms.Handler
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public delegate ChromiumHostControl CreatePopupChromiumHostControl()

Return Value

Type: ChromiumHostControl
A custom instance of ChromiumHostControl.
See Also