DotNetBrowser
1.21.5
|
Implementers of PopupHandler may manage newly created popup windows that were opened using the window.open JavaScript function. More...
Inherited by DotNetBrowser.WinForms.WinFormsPopupHandler, and DotNetBrowser.WPF.WPFPopupHandler.
Public Member Functions | |
PopupContainer | HandlePopup (PopupParams popupParams) |
Creates a container to display a new browser window, identified by popupParams. Return null to prevent popup from being displayed. More... | |
Implementers of PopupHandler may manage newly created popup windows that were opened using the window.open JavaScript function.
PopupContainer DotNetBrowser.PopupHandler.HandlePopup | ( | PopupParams | popupParams | ) |
Creates a container to display a new browser window, identified by popupParams. Return null to prevent popup from being displayed.
popupParams | Requested container parameters. |
Implemented in DotNetBrowser.WinForms.WinFormsPopupHandler, and DotNetBrowser.WPF.WPFPopupHandler.