DotNetBrowser
1.21.5
|
Default implementation of PopupContainer. More...
Inherits DotNetBrowser.PopupContainer.
Inherited by DotNetBrowser.WinForms.WinFormsPopupContainer, and DotNetBrowser.WPF.WPFPopupContainer.
Public Member Functions | |
abstract void | InsertBrowser (Browser browser, Rectangle initialBounds) |
Creates a UI popup window with embedded Browser instance. More... | |
virtual void | InsertBrowser (Func< Browser > getBrowser, Rectangle initialBounds) |
Creates a UI popup window with embedded Browser instance. More... | |
Default implementation of PopupContainer.
|
pure virtual |
Creates a UI popup window with embedded Browser instance.
browser | the newly created browser. |
initialBounds | initial bounds of popup window. |
Implements DotNetBrowser.PopupContainer.
Implemented in DotNetBrowser.WPF.WPFPopupContainer, and DotNetBrowser.WinForms.WinFormsPopupContainer.
|
virtual |
Creates a UI popup window with embedded Browser instance.
getBrowser | method which return the new browser instance |
initialBounds | initial bounds of popup window. |
Reimplemented in DotNetBrowser.WPF.WPFPopupContainer, and DotNetBrowser.WinForms.WinFormsPopupContainer.