Click or drag to resize

LifeSpanHandlerBuilderBuild Method

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

Return Value

Type: ILifeSpanHandler
a ILifeSpanHandler instance
See Also