Click or drag to resize

LifeSpanHandlerBuilderBuild Method

Version 108.4.130
Creates an ILifeSpanHandler implementation that can be used to host popups as tabs/controls. The resulting ILifeSpanHandler returns true in DoClose(IWebBrowser, IBrowser) so no WM_CLOSE message is sent, this differs from the default CEF behaviour.

Namespace:  CefSharp.WinForms.Handler
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public ILifeSpanHandler Build()

Return Value

Type: ILifeSpanHandler
a ILifeSpanHandler instance
See Also