Click or drag to resize

LifeSpanHandlerBuilderBuild Method

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public ILifeSpanHandler Build()

Return Value

Type: ILifeSpanHandler
a ILifeSpanHandler instance
See Also